From 0fc0e08e97165e1f5d315135e55cde568d5cf2db Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 05 2020 14:44:07 +0000 Subject: F32 Module mass rebuild changes Signed-off-by: Mohan Boddu --- diff --git a/scripts/mass-rebuild-modules.py b/scripts/mass-rebuild-modules.py index f7ec2b2..0d450c8 100755 --- a/scripts/mass-rebuild-modules.py +++ b/scripts/mass-rebuild-modules.py @@ -21,7 +21,7 @@ from gi.repository import Modulemd from massrebuildsinfo import MASSREBUILDS -rebuildid = 'f31' +rebuildid = 'f32' massrebuild = MASSREBUILDS[rebuildid] user = 'Fedora Release Engineering ' comment = '- Rebuilt for ' + massrebuild['wikipage'] diff --git a/scripts/massrebuildsinfo.py b/scripts/massrebuildsinfo.py index a1347be..37c70e9 100644 --- a/scripts/massrebuildsinfo.py +++ b/scripts/massrebuildsinfo.py @@ -27,9 +27,9 @@ MASSREBUILDS = { { "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