#11900 Bump massrebuild epoch info by one day - Jan 19 2024
Merged 3 months ago by humaton. Opened 3 months ago by jnsamyak.
jnsamyak/releng f40-massbranching-1  into  main

file modified
+1 -1
@@ -26,7 +26,7 @@ 

  # Some of these could arguably be passed in as args.

  buildtag = 'f40-rebuild' # tag to check

  desttag = 'f40' # Tag where fixed builds go

- epoch = '2023-07-19 10:30:00.000000' # Date to check for failures from

+ epoch = '2024-01-19 10:30:00.000000' # Date to check for failures from

  failures = {} # dict of owners to lists of packages that failed.

  failed = [] # raw list of failed packages

  ownerdataurl = 'https://src.fedoraproject.org/extras/pagure_owner_alias.json'

file modified
+1 -1
@@ -25,7 +25,7 @@ 

  MASSREBUILDS = {

      "f40":{

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

-             "epoch": '2024-01-18 10:30:00.000000',  # rebuild anything not built after this date

+             "epoch": '2024-01-19 10:30:00.000000',  # rebuild anything not built after this date

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

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

              # build targets to check for existing builds to skip rebuild

file modified
+1 -1
@@ -23,7 +23,7 @@ 

  target = 'f40'

  updates = 'f40-candidate'

  rawhide = 'rawhide' # Change to dist-f13 after we branch

- epoch = '2024-01-18 10:30:00.000000' # rebuild anything not built after this date

+ epoch = '2024-01-19 10:30:00.000000' # rebuild anything not built after this date

  tobuild = {} # dict of owners to lists of packages needing to be built

  unbuilt = [] # raw list of unbuilt packages

  newbuilds = {}

Pull-Request has been merged by humaton

3 months ago