mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-02 05:33:39 +02: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user