#9664 Untag rust-* from branched release after mass branching
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
mohanboddu/releng rust-koji-branching  into  master

@@ -111,3 +111,7 @@ 

  

  "${KOJICLI}" remove-tag-inheritance rawhide "f${old_release}"

  "${KOJICLI}" add-tag-inheritance rawhide "f${release}"

+ 

+ # Untag rust-* packages from the branched tag

+ # https://pagure.io/releng/issue/9256

+ "${KOJICLI}" list-pkgs --tag "f${old_release}" --noinherit | grep '^rust-' | grep -Pv '(rust-packaging|rust-srpm-macros)' | awk '{print $1}' | xargs -n16 -P4 "${KOJICLI}" untag-build "f${old_release}" --all -v

Pull-Request has been merged by mohanboddu

3 years ago
Metadata