remove file as a supported search type

This commit is contained in:
Mike Bonnet 2009-02-17 16:26:36 -05:00
parent 4443278ccb
commit 64a90092dc
2 changed files with 2 additions and 3 deletions

View file

@ -4322,7 +4322,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', 'file')
_search_types = ('package', 'build', 'tag', 'target', 'user', 'host', 'rpm')
def handle_regen_repo(options, session, args):
"[admin] Force a repo to be regenerated"