mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 14:46:14 +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)
|
||||
elif config['build-jobs'] > 1:
|
||||
buildargs.append('--jobs %s' % config['build-jobs'])
|
||||
if opts.icecream or config['icecream']:
|
||||
if opts.icecream or config['icecream'] != '0':
|
||||
if opts.icecream:
|
||||
num = opts.icecream
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user