#36 Untag Fedora builds of retired packages
Merged 8 years ago by ausil. Opened 8 years ago by till.
till/releng untag_builds  into  master

file modified
+2 -3
@@ -212,9 +212,8 @@ 

      # https://fedorahosted.org/koji/ticket/299

      # FIXME: This introduces a theoretical race condition when a package is

      # built after all builds were untagged and before the package is blocked

-     if epel_build_tag:

-         cmd = ["untag-build", "--all", tag] + packages

-         catch_koji_errors(cmd)

+     cmd = ["untag-build", "--all", tag] + packages

+     catch_koji_errors(cmd)

  

      cmd = ["block-pkg", tag] + packages

      catch_koji_errors(cmd)

no initial comment
Metadata