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:
parent
48a8fa144f
commit
593acbb843
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user