Use 'rawhide' branch as the default rpms branch in module building

Fixes: https://pagure.io/fedora-infrastructure/issue/10330

Suggestion: https://pagure.io/fm-orchestrator/issue/1735

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2021-11-15 16:09:26 -05:00 committed by kevin
parent 995f499a6d
commit ad7f042266

View file

@ -51,6 +51,7 @@ class BaseConfiguration(object):
PDC_INSECURE = True
PDC_DEVELOP = True
SCMURLS = ["git+https://src.fedoraproject.org/modules/"]
RAWHIDE_BRANCH = 'rawhide'
# How often should we resort to polling, in seconds
# Set to zero to disable polling