#8632 Preparations for branhing f31 from rawhide
Merged 4 years ago by mohanboddu. Opened 4 years ago by humaton.
humaton/releng master  into  master

file modified
+6 -4
@@ -14,8 +14,8 @@ 

  

  

  log = logging.getLogger(__name__)

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

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

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

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

  

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

  STAGING_PKGDB = "https://admin.stg.fedoraproject.org/pkgdb"
@@ -48,7 +48,8 @@ 

          if namespace == "container":

              # git branchname, koji tag, epel build tag

              self.mapping = (

-                 ("master", "f31-container", ""),

+                 ("master", "f32-container", ""),

+                 ("f31", "f31-container", ""),

                  ("f30", "f30-container", ""),

                  ("f29", "f29-container", ""),

                  ("f28", "f28-container", ""),
@@ -59,7 +60,8 @@ 

          else:

              # git branchname, koji tag, epel build tag

              self.mapping = (

-                 ("master", "f31", ""),

+                 ("master", "f32", ""),

+                 ("f31", "f31", ""),

                  ("f30", "f30", ""),

                  ("f29", "f29", ""),

                  ("f28", "f28", ""),

@@ -35,7 +35,7 @@ 

  # need to move the fedora:latest tag

  current_stable="30"

  # Define what is rawhide so we know to push that tag

- current_rawhide="31"

+ current_rawhide="32"

  # Sanity checking

  # FIXME - Have to update this regex every time we drop a new Fedora Release

  if ! [[ "${1}" =~ [24|25|26|27|28|29|30|31] ]];

Pull-Request has been merged by mohanboddu

4 years ago