mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 07:06:13 +01:00
- fixed check (caused by 8670d82fad
)
This commit is contained in:
parent
5a9de36e9e
commit
f59372c96e
@ -337,7 +337,7 @@ def main(opts, argv):
|
|||||||
buildargs.append('--jobs %s' % opts.jobs)
|
buildargs.append('--jobs %s' % opts.jobs)
|
||||||
elif config['build-jobs'] > 1:
|
elif config['build-jobs'] > 1:
|
||||||
buildargs.append('--jobs %s' % config['build-jobs'])
|
buildargs.append('--jobs %s' % config['build-jobs'])
|
||||||
if opts.icecream or config['icecream']:
|
if opts.icecream or config['icecream'] != '0':
|
||||||
if opts.icecream:
|
if opts.icecream:
|
||||||
num = opts.icecream
|
num = opts.icecream
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user