mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 00:56:15 +01:00
- take care about build --noservice
This commit is contained in:
parent
770a3e6172
commit
a9b51e3571
@ -5051,7 +5051,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
# check for source services
|
||||
r = None
|
||||
try:
|
||||
if not opts.offline:
|
||||
if not opts.offline and not opts.noservice:
|
||||
p = Package('.')
|
||||
r = p.run_source_services(verbose=True)
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user