From 76db07fe678c324bf973b522d2291e1bcc230ce4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Sep 2018 16:37:29 +0000 Subject: [PATCH] Check module branch EOL before building. --- roles/mbs/common/templates/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 90e099e3fb..d962dfc3f7 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -197,3 +197,7 @@ class ProdConfiguration(BaseConfiguration): # Set the priority to 4 to have higher priority than F27 mass rebuild. KOJI_BUILD_PRIORITY = 4 + + # Check branch EOL before building. Block EOL modules from building. + # https://pagure.io/fm-orchestrator/issue/960 + CHECK_FOR_EOL = True