distgit/pagure: make 'rawhide' be the default branch created when a repo is created

This will only take effect once pagure 5.12+ is deployed

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-11 17:35:35 +01:00
parent c2f9f58813
commit 3960dd182f

View file

@ -112,6 +112,7 @@ EXTERNAL_COMMITTER = {
SSH_ACCESS_GROUPS = ["packager"]
BYPASS_PR_ONLY_GROUPS = ["provenpackager"]
ALLOW_API_UPDATE_GIT_TAGS = False
GIT_DEFAULT_BRANCH = "rawhide"
{% if env == "staging" %}
ACL_DEBUG = True