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:
parent
f480799522
commit
33747d12a2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user