1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

remove special case for 'se' to perform an exact match by default

zypper for example doesn't do that either.
This commit is contained in:
Ludwig Nussel 2009-10-08 12:44:25 +00:00
parent 79cada9493
commit f9c2aaaf27

View File

@ -3081,14 +3081,10 @@ Please submit there instead, or use --nodevelproject to force direct submission.
osc se ...
${cmd_option_list}
'osc se' is a shorthand for 'osc search -e'
osc search does not find binary rpm names. Use
http://software.opensuse.org/search?q=binaryname
"""
if subcmd == 'se':
opts.exact = True
if opts.mine:
opts.bugowner = True
opts.package = True