From 193c59c6dc71eac3cfef818474adb0c7807efcfa Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 7 Jul 2009 14:31:59 +0000 Subject: [PATCH] osc wipebinaries: don't force --all parameter, if -r/--repo or -a/--arch is used --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index b7565be1..b70054f5 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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: