mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-24 07:08:53 +02:00
- support multiple parallel maintenance workflows
for the same projects. So do not use project "maintains", but the attribute to be able to switch between maintenance, security and PTF working contexts for example.
This commit is contained in:
@@ -3956,7 +3956,7 @@ def create_submit_request(apiurl,
|
||||
print("WARNING:")
|
||||
print("WARNING: Project does not accept submit request, request to open a NEW maintenance incident instead")
|
||||
print("WARNING:")
|
||||
xpath = 'maintenance/maintains/@project = \'%s\'' % dst_project
|
||||
xpath = 'attribute/@name = \'%s\'' % conf.config['maintenance_attribute']
|
||||
res = search(apiurl, project_id=xpath)
|
||||
root = res['project_id']
|
||||
project = root.find('project')
|
||||
|
Reference in New Issue
Block a user