#9998 modules and containers
Merged 3 years ago by mohanboddu. Opened 3 years ago by humaton.
humaton/releng f35_sync_container_base  into  main

file modified
+2 -2
@@ -30,11 +30,11 @@ 

              "epoch": '2021-01-25 21:00:00.000000',  # rebuild anything not built after this date

              "module_mass_rebuild_epoch": '2021-01-25T21:00:00Z',

              # rebuild anything not built after this date for modules

-             "module_mass_branching_epoch": '2020-08-11T12:30:00Z',

+             "module_mass_branching_epoch": '2020-02-09T22:30:00Z',

              # rebuild anything not built after this date for modules

              "module_mass_rebuild_platform": "f34",

              # rebuild all modules that has build time dependency on this platform, this is used during mass rebuild time

-             "module_mass_branching_platform": "f34",

+             "module_mass_branching_platform": "f35",

              # rebuild all modules that has run time dependency on this platform, this is used during mass branching time

              "targets": ['f34-candidate', 'rawhide', 'f34'],

              # build targets to check for existing builds to skip rebuild

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

  # need to move the fedora:latest tag

  current_stable="33"

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

- current_rawhide="34"

+ current_rawhide="35"

  # 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] ]];

no initial comment

Pull-Request has been merged by mohanboddu

3 years ago