Allow to consume projects without the openstack prefix

Change-Id: Idbf382d83a9af05b17b8def7154c7390b6a7a5b0
This commit is contained in:
Hervé Beraud 2020-10-06 11:44:24 +02:00
parent 36741c7447
commit 9c4f3c4303

View File

@ -222,6 +222,7 @@ def main():
output = [] output = []
for repo in args.repos: for repo in args.repos:
repo = f'openstack/{repo}' if 'openstack/' not in repo else repo
current = { current = {
'repo': repo, 'repo': repo,
'branch': args.branch, 'branch': args.branch,