mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-24 02:12:49 +00:00
Added hack to automatically select cooker repos
This commit is contained in:
parent
91a8c7acbc
commit
37004b0d4e
1 changed files with 1 additions and 1 deletions
2
abf.py
2
abf.py
|
@ -646,7 +646,7 @@ def build():
|
|||
return (None, None, None)
|
||||
|
||||
for repo in proj.repositories:
|
||||
if repo.platform.name == as_branch:
|
||||
if repo.platform.name == as_branch or (as_branch == 'master' and repo.platform.name == 'cooker'):
|
||||
as_saveto = repo
|
||||
if not as_saveto:
|
||||
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