1
0
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:
Michal Vyskocil 2009-07-07 14:31:59 +00:00
parent 02434152f1
commit 193c59c6dc

View File

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