mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
- the help says 'implies --binary', make it so
This commit is contained in:
parent
754897d905
commit
4a1cc2cc88
@ -5912,7 +5912,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
|
|
||||||
if not opts.substring:
|
if not opts.substring:
|
||||||
opts.exact = True
|
opts.exact = True
|
||||||
if subcmd == 'bse' or opts.baseproject:
|
if subcmd == 'bse' or opts.baseproject or opts.binaryversion:
|
||||||
opts.binary = True
|
opts.binary = True
|
||||||
|
|
||||||
if opts.binary and (opts.title or opts.description or opts.involved or opts.bugowner or opts.maintainer
|
if opts.binary and (opts.title or opts.description or opts.involved or opts.bugowner or opts.maintainer
|
||||||
|
Loading…
Reference in New Issue
Block a user