#8561 FTBFS weekly reminder: If ALREADY_FILED is too old, drop it
Merged 4 years ago by mohanboddu. Opened 4 years ago by churchyard.
churchyard/releng fix_of_a_fix  into  master

@@ -115,6 +115,10 @@ 

          ignore = [

              int(l.rstrip()) for l in ALREADY_FILED.read_text().splitlines()

          ]

+     else:

+         target = ALREADY_FILED.parent / f'~{ALREADY_FILED.name}'

+         print(f'Moving too old {ALREADY_FILED} to {target}')

+         ALREADY_FILED.rename(target)

  

  print('Gathering bugz, this can take a while...')

  

no initial comment

Pull-Request has been merged by mohanboddu

4 years ago
Metadata