From 33747d12a207eff3e5a9f901795c1c4d007ac4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 2 Dec 2019 14:32:36 +0100 Subject: [PATCH] do not running local source service with "osc shell" --- osc/commandline.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osc/commandline.py b/osc/commandline.py index cbd17762..81c72de4 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6477,6 +6477,9 @@ Please submit there instead, or use --nodevelproject to force direct submission. if opts.offline and opts.preload: raise oscerr.WrongOptions('--offline and --preload are mutually exclusive') + if opts.shell or opts.wipe: + opts.noservice = True + if opts.preload: opts.nopreinstallimage = True