staging_accept: update Factory version in LegacyX86 port on accept

This commit is contained in:
Dominique Leuenberger 2022-11-30 14:38:25 +01:00
parent db5d69ffc6
commit 7d40d8668e
Signed by untrusted user: dimstar
GPG Key ID: 14C1CBBAC1E4B014

View File

@ -276,6 +276,7 @@ class AcceptCommand(object):
self.update_version_attribute(project, curr_version)
ports_prjs = ['PowerPC', 'ARM', 'zSystems', 'RISCV']
ports_prjs = ['ARM', 'LegacyX86', 'PowerPC', 'RISCV', 'zSystems']
for ports in ports_prjs:
project = self.api.project + ':' + ports
if self.api.item_exists(project):