From ad7f042266991fd11d2ad7ec02978828400bde81 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 15 Nov 2021 16:09:26 -0500 Subject: [PATCH] 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 --- roles/mbs/common/templates/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 2c360b5cc6..950c96a017 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -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