mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02:00
osc wipebinaries: don't force --all parameter, if -r/--repo or -a/--arch is used
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user