#7735 Enable blocking of retired packages for F29
Merged 5 years ago by kevin. Opened 5 years ago by till.
till/releng block_f29  into  master

file modified
+2 -2
@@ -14,8 +14,8 @@ 

  

  

  log = logging.getLogger(__name__)

- RETIRING_BRANCHES = ["el6", "epel7", "f28", "master"]

- PROD_ONLY_BRANCHES = ["el6", "epel7", "f28", "master"]

+ RETIRING_BRANCHES = ["el6", "epel7", "f29", "master"]

+ PROD_ONLY_BRANCHES = ["el6", "epel7", "f29", "master"]

  

  PRODUCTION_PKGDB = "https://admin.fedoraproject.org/pkgdb"

  STAGING_PKGDB = "https://admin.stg.fedoraproject.org/pkgdb"

I believe this is missing to make #7715 not happen again.

Looks right to me... thanks!

Pull-Request has been merged by kevin

5 years ago
Metadata