accept_command: no longer need to triggering product converter service
This commit is contained in:
parent
8d293529ee
commit
be05e42da8
@ -312,18 +312,12 @@ class AcceptCommand(object):
|
||||
if update_version_attr:
|
||||
self.update_version_attribute(project, curr_version)
|
||||
|
||||
service = {'cmd': 'runservice'}
|
||||
|
||||
ports_prjs = ['PowerPC', 'ARM', 'zSystems' ]
|
||||
|
||||
for ports in ports_prjs:
|
||||
project = self.api.project + ':' + ports
|
||||
if self.api.item_exists(project):
|
||||
if update_version_attr:
|
||||
if self.api.item_exists(project) and update_version_attr:
|
||||
self.update_version_attribute(project, curr_version)
|
||||
baseurl = ['source', project, '000product']
|
||||
url = self.api.makeurl(baseurl, query=service)
|
||||
self.api.retried_POST(url)
|
||||
|
||||
def sync_buildfailures(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user