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:
parent
995f499a6d
commit
ad7f042266
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue