#12249 Rawhide is now F42
Merged 2 months ago by jnsamyak. Opened 2 months ago by jnsamyak.
jnsamyak/releng f41_massbranching  into  main

file modified
+4 -2
@@ -44,7 +44,8 @@ 

          if namespace == "container":

              # git branchname, koji tag, epel build tag

              self.mapping = (

-                 ("rawhide", "f41-container", ""),

+                 ("rawhide", "f42-container", ""),

+                 ("f41", "f41-container", ""),

                  ("f40", "f40-container", ""),

                  ("f39", "f39-container", ""),

                  ("f38", "f38-container", ""),
@@ -65,7 +66,8 @@ 

          else:

              # git branchname, koji tag, epel build tag

              self.mapping = (

-                 ("rawhide", "f41", ""),

+                 ("rawhide", "f42", ""),

+                 ("f41", "f41", ""),

                  ("f40", "f40", ""),

                  ("f39", "f39", ""),

                  ("f38", "f38", ""),

@@ -25,6 +25,10 @@ 

      'f40': {

          'bug_fixes': '2025-05-13',

          'security_fixes': '2025-05-13'

+     },

+     'f41': {

+         'bug_fixes': '2025-11-11',

+         'security_fixes': '2025-11-11'

      }

  }

  

@@ -36,7 +36,7 @@ 

  # need to move the fedora:latest tag

  current_stable="40"

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

- current_rawhide="41"

+ current_rawhide="42"

  # Sanity checking

  if ! [[ "${1}" =~ ^-?[0-9]+$ ]];

  then

@@ -18,7 +18,7 @@ 

  # need to move the fedora:latest tag

  current_stable="40"

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

- current_rawhide="41"

+ current_rawhide="42"

  

  ostree_base_images=(silverblue kinoite sericea)

  

Looks ok. You can not bother with the pdc thing anymore, but it's no harm to do it.

Pull-Request has been merged by jnsamyak

2 months ago