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:
parent
f3ab68c101
commit
292c0baf78
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ UNSPECIFIED_BLACKLIST_RES = ['refs/heads/main',
|
||||||
'refs/heads/epel[0-9]+',
|
'refs/heads/epel[0-9]+',
|
||||||
'refs/heads/el[0-9]+',
|
'refs/heads/el[0-9]+',
|
||||||
'refs/heads/olpc[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
|
ALLOW_HTTP_PUSH = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue