Allow scratch builds in MBS

This commit is contained in:
mprahl 2019-05-15 01:48:04 +00:00
parent 0104e3bf63
commit cabcaf9946

View file

@ -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