#7631 F29 Mass Rebuild fix for find_failures.py
Merged 5 years ago by mohanboddu. Opened 5 years ago by mohanboddu.
mohanboddu/releng 29-fix-find-failures  into  master

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

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

  buildtag = 'f29-rebuild' # tag to check

  desttag = 'f29' # Tag where fixed builds go

- epoch = '2018-07-012 17:00:00.000000' # Date to check for failures from

+ epoch = '2018-07-12 17:00:00.000000' # Date to check for failures from

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

  failed = [] # raw list of failed packages

  

+1 looks good, sorry I missed it.

Pull-Request has been merged by mohanboddu

5 years ago
Metadata