#8939 make-koji-release-tags: add f*-coreos-continuous tags
Merged 4 years ago by mohanboddu. Opened 4 years ago by jlebon.
jlebon/releng pr/add-continuous  into  master

@@ -68,6 +68,11 @@ 

  "${KOJICLI}" edit-tag --perm=atomic "f${release}-atomic-host-installer"

  "${KOJICLI}" edit-tag --perm=atomic "f${release}-atomic-host-overrides"

  

+ # FCOS continuous builds: https://pagure.io/releng/issue/8165

+ "${KOJICLI}" add-tag "f${release}-coreos-continuous" --arches="x86_64 aarch64 ppc64le s390x"

+ "${KOJICLI}" add-target "f${release}-coreos-continuous" "f${release}-build" "f${release}-coreos-continuous"

+ "${KOJICLI}" edit-tag -x tag2distrepo.enabled=true "f${release}-coreos-continuous"

+ 

  # Set up a corresponding set of tags for modules.

  modular_release=${release}-modular

  old_modular_release=${old_release}-modular

We want these created at the same time as everything else is. See
https://pagure.io/releng/issue/8165 for the original tag request and
https://pagure.io/releng/issue/8938 for adding it to this script.

Signed-off-by: Jonathan Lebon jonathan@jlebon.com

rebased onto 7af64abbcff2bb0c1bc51e2624ea0006d3fca549

4 years ago

Thanks Mohan, updated!

rebased onto 38704f2

4 years ago

Pull-Request has been merged by mohanboddu

4 years ago
Metadata