1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-21 09:42:11 +01: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:
Adrian Schröter 2014-10-07 16:21:03 +02:00
parent 34e1b0b5c4
commit 5fd0e22d68

View File

@ -3955,7 +3955,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')