remove file as a supported search type
This commit is contained in:
parent
4443278ccb
commit
64a90092dc
2 changed files with 2 additions and 3 deletions
2
cli/koji
2
cli/koji
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue