quiet koji-gc output a little
This commit is contained in:
parent
3a1234efe0
commit
d421286304
1 changed files with 2 additions and 1 deletions
|
|
@ -851,7 +851,8 @@ def handle_prune():
|
|||
#get builds
|
||||
history = session.tagHistory(tag=tagname)
|
||||
if not history:
|
||||
print "No history for %s" % tagname
|
||||
if options.debug:
|
||||
print "No history for %s" % tagname
|
||||
continue
|
||||
history = [(h['create_ts'], h) for h in history if h['active']]
|
||||
history.sort()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue