#7135 Do not block packages in f27
Merged 6 years ago by mohanboddu. Opened 6 years ago by till.
till/releng no-f27-blocking  into  master

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

  

  

  log = logging.getLogger(__name__)

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

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

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

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

  

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

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

Fedora 27 is in Final Freeze, therefore packages should not be blocked
there anymore.

Pull-Request has been merged by mohanboddu

6 years ago
Metadata