mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-24 18:32:50 +00:00
Added hack for rosa2014.1 branch and current platform
This commit is contained in:
parent
8df26e6a3e
commit
2a0dcd3db5
1 changed files with 1 additions and 1 deletions
2
abf.py
2
abf.py
|
@ -1181,7 +1181,7 @@ def build(return_ids=False):
|
||||||
return (None, None, None)
|
return (None, None, None)
|
||||||
|
|
||||||
for repo in proj.repositories:
|
for repo in proj.repositories:
|
||||||
if repo.platform.name == as_branch or (as_branch == 'master' and repo.platform.name == 'cooker'):
|
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'):
|
||||||
as_saveto = repo
|
as_saveto = repo
|
||||||
if not as_saveto:
|
if not as_saveto:
|
||||||
log.info(_('Could not resolve a platform to save to from the branch name "%s".') % as_branch)
|
log.info(_('Could not resolve a platform to save to from the branch name "%s".') % as_branch)
|
||||||
|
|
Loading…
Add table
Reference in a new issue