distgit: adjust the way we override the branches when querying PDC

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-04-06 14:04:08 +02:00
parent f3ab68c101
commit 292c0baf78

View file

@ -87,7 +87,7 @@ UNSPECIFIED_BLACKLIST_RES = ['refs/heads/main',
'refs/heads/epel[0-9]+',
'refs/heads/el[0-9]+',
'refs/heads/olpc[0-9]+']
PDC_BRANCH_OVERRIDES = {"refs/heads/main": "refs/heads/rawhide"}
PDC_BRANCH_OVERRIDES = {"rpms": {"refs/heads/main": "refs/heads/rawhide"}}
ALLOW_HTTP_PUSH = True