Add existing repo_config to output_repos

This commit is contained in:
Kevin Hock
2017-11-08 15:49:24 -08:00
committed by Kevin Hock
parent dc6b9eed22
commit 54ccb65a09

View File

@@ -118,6 +118,7 @@ def autoupdate(runner, tags_only, repo=None):
for repo_config in input_config['repos']:
# Skip any repo_configs that aren't the specified repo
if repo and repo != repo_config['repo']:
output_repos.append(repo_config)
continue
if is_local_repo(repo_config) or is_meta_repo(repo_config):