mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +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
|
||||
if opts.separate_requests or opts.seperate_requests:
|
||||
# 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:
|
||||
sys.exit("submit request creation failed")
|
||||
sr_ids.append(result)
|
||||
|
Loading…
Reference in New Issue
Block a user