check for archives in koji-gc
This commit is contained in:
parent
c4f1d2ca4d
commit
53cb7ebf4c
1 changed files with 5 additions and 0 deletions
|
|
@ -466,6 +466,11 @@ def handle_trash():
|
|||
print "[%i/%i] Build has %i rpm references: %s" % (i, N, len(refs['rpms']), nvr)
|
||||
#pprint.pprint(refs['rpms'])
|
||||
continue
|
||||
if refs['archives']:
|
||||
if options.debug:
|
||||
print "[%i/%i] Build has %i archive references: %s" % (i, N, len(refs['archives']), nvr)
|
||||
#pprint.pprint(refs['archives'])
|
||||
continue
|
||||
ts = refs['last_used']
|
||||
if ts:
|
||||
#work around server bug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue