Merge "Custom projects in owners skips default legacy"

This commit is contained in:
Zuul 2019-06-03 16:02:11 +00:00 committed by Gerrit Code Review
commit 0f65cbe6bb
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ def main(options):
# later than the after parameter for the qualifying time period
if legacy_file:
old_projects = utils.load_yaml(open(legacy_file).read())
elif projects_file:
old_projects = []
else:
old_projects = utils.get_from_cgit('openstack/governance',
'reference/legacy.yaml',