Skip to content

Commit

Permalink
ROSALINUX renamed rosa2023.1 platform to rosa13
Browse files Browse the repository at this point in the history
  • Loading branch information
fedya committed Nov 2, 2024
1 parent c3bdd54 commit 07b622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ def auto_resolve():
return (None, None)

for repo in proj.repositories:
if repo.platform.name == as_branch or (as_branch == 'master' and repo.platform.name == 'cooker') or (as_branch == 'rosa2014.1' and repo.platform.name == 'current'):
if repo.platform.name == as_branch or (as_branch == 'master' and repo.platform.name == 'cooker') or (as_branch == 'rosa2023.1' and repo.platform.name == 'rosa13'):
as_saveto = repo
if not as_saveto:
log.info(_('Could not resolve a platform to save to from the branch name "%s".') % as_branch)
Expand Down Expand Up @@ -1421,7 +1421,7 @@ def auto_resolve():
if str(build_repositories[0]).find("rosa2019.05") >= 0:
try_arches = ['i686', 'x86_64']

if str(build_repositories[0]).find("rosa2021.1") >= 0 or str(build_repositories[0]).find("rosa2023.1") >=0:
if str(build_repositories[0]).find("rosa2021.1") >= 0 or str(build_repositories[0]).find("rosa13") >= 0:
try_arches = ['i686', 'x86_64', 'aarch64', 'riscv64', 'loongarch64']

if str(build_repositories[0]).find("rosa2021.15") >= 0:
Expand Down

0 comments on commit 07b622a

Please sign in to comment.