mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +01:00
Merge branch 'fix_issue_#236' of https://github.com/lethliel/osc
Fixes --no-cleanup in combination with --separate-requests
This commit is contained in:
commit
a271a33a53
@ -1201,7 +1201,7 @@ class Osc(cmdln.Cmdln):
|
|||||||
# submitting this package
|
# submitting this package
|
||||||
if opts.separate_requests or opts.seperate_requests:
|
if opts.separate_requests or opts.seperate_requests:
|
||||||
# create a single request
|
# create a single request
|
||||||
result = create_submit_request(apiurl, project, p)
|
result = create_submit_request(apiurl, project, p, src_update=src_update)
|
||||||
if not result:
|
if not result:
|
||||||
sys.exit("submit request creation failed")
|
sys.exit("submit request creation failed")
|
||||||
sr_ids.append(result)
|
sr_ids.append(result)
|
||||||
|
Loading…
Reference in New Issue
Block a user