add maven and win to the supported cli search types

This commit is contained in:
Mike Bonnet 2012-06-29 11:26:57 -04:00
parent d2716a482a
commit 58a57ea71b

View file

@ -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"