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

- run source services always verbose on "osc build"

This commit is contained in:
Adrian Schröter 2011-05-25 13:45:54 +02:00
parent 48a8fa144f
commit 593acbb843

View File

@ -4724,7 +4724,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
# check for source services
if not opts.noservice and not opts.noinit:
p = Package('.')
r = p.run_source_services()
r = p.run_source_services(verbose=True)
if r != 0:
print >>sys.stderr, 'Source service run failed!'
sys.exit(1)