1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-24 15:18:54 +02:00

- take care about build --noservice

This commit is contained in:
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: