1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

do not running local source service with "osc shell"

This commit is contained in:
Adrian Schröter 2019-12-02 14:32:36 +01:00
parent f480799522
commit 33747d12a2

View File

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