mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 13:18:42 +02:00
- the help says 'implies --binary', make it so
This commit is contained in:
@@ -5912,7 +5912,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
if not opts.substring:
|
||||
opts.exact = True
|
||||
if subcmd == 'bse' or opts.baseproject:
|
||||
if subcmd == 'bse' or opts.baseproject or opts.binaryversion:
|
||||
opts.binary = True
|
||||
|
||||
if opts.binary and (opts.title or opts.description or opts.involved or opts.bugowner or opts.maintainer
|
||||
|
Reference in New Issue
Block a user