From cabcaf9946097774136ec763dc6f5a31840da153 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 15 May 2019 01:48:04 +0000 Subject: [PATCH] Allow scratch builds in MBS --- roles/mbs/common/templates/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 89d7709be0..9b36fce1fc 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -213,3 +213,5 @@ class ProdConfiguration(BaseConfiguration): # Koji Content Generator "-devel" modules aren't used in Fedora, so we can just disable them KOJI_CG_DEVEL_MODULE = False + + MODULES_ALLOW_SCRATCH = True