mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 09:56:13 +01:00
osc wipebinaries: don't force --all parameter, if -r/--repo or -a/--arch is used
This commit is contained in:
parent
02434152f1
commit
193c59c6dc
@ -2598,7 +2598,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
codes.append('broken')
|
||||
if opts.expansion:
|
||||
codes.append('expansion error')
|
||||
if opts.all:
|
||||
if opts.all or opts.repo or opts.arch:
|
||||
codes.append(None)
|
||||
|
||||
if len(codes) == 0:
|
||||
|
Loading…
Reference in New Issue
Block a user