#9225 F32 Module mass rebuild changes
Merged 4 years ago by mohanboddu. Opened 4 years ago by mohanboddu.
mohanboddu/releng f32-module-mass-rebuild  into  master

@@ -21,7 +21,7 @@ 

  

  from massrebuildsinfo import MASSREBUILDS

  

- rebuildid = 'f31'

+ rebuildid = 'f32'

  massrebuild = MASSREBUILDS[rebuildid]

  user = 'Fedora Release Engineering <releng@fedoraproject.org>'

  comment = '- Rebuilt for ' + massrebuild['wikipage']

file modified
+2 -2
@@ -27,9 +27,9 @@ 

      {

          "buildtag": 'f32-rebuild',  # tag to build from

          "epoch": '2020-01-28 03:30:00.000000',  # rebuild anything not built after this date

-         "module_mass_rebuild_epoch": '',  # rebuild anything not built after this date for modules

+         "module_mass_rebuild_epoch": '2020-01-28T03:30:00Z',  # rebuild anything not built after this date for modules

          "module_mass_branching_epoch": '',  # rebuild anything not built after this date for modules

-         "module_mass_rebuild_platform": "1",  # rebuild all modules that has build time dependency on this platform, this is used during mass rebuild time

+         "module_mass_rebuild_platform": "f32",  # rebuild all modules that has build time dependency on this platform, this is used during mass rebuild time

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

          "targets": ['f32-candidate', 'rawhide', 'f32'],  # build targets to check for existing builds to skip rebuild

          "target": 'f32-rebuild',  # target to build into

Pull-Request has been merged by mohanboddu

4 years ago