1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

- the help says 'implies --binary', make it so

This commit is contained in:
Michael Schroeder 2012-01-13 17:43:32 +01:00
parent 754897d905
commit 4a1cc2cc88

View File

@ -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