add maven and win to the supported cli search types
This commit is contained in:
parent
d2716a482a
commit
58a57ea71b
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -5588,7 +5588,7 @@ def anon_handle_wait_repo(options, session, args):
|
|||
print "Unsuccessfully waited %s for a new %s repo" % (koji.util.duration(start), tag)
|
||||
return 1
|
||||
|
||||
_search_types = ('package', 'build', 'tag', 'target', 'user', 'host', 'rpm')
|
||||
_search_types = ('package', 'build', 'tag', 'target', 'user', 'host', 'rpm', 'maven', 'win')
|
||||
|
||||
def handle_regen_repo(options, session, args):
|
||||
"[admin] Force a repo to be regenerated"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue