1
0
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:
Adrian Schröter 2012-02-23 13:21:22 +01:00
parent 770a3e6172
commit a9b51e3571

View File

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