From e3203266f0c38d0fc43b40c52c8fe414d2894617 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mar 12 2018 22:55:49 +0000 Subject: do not make install dvd or source iso for Modular We do not want source isos for modular, we also do not want a install dvd either. lets disable them. This was in rawhide backporting Signed-off-by: Dennis Gilmore --- diff --git a/fedora.conf b/fedora.conf index c6b1639..1ffbbd3 100644 --- a/fedora.conf +++ b/fedora.conf @@ -206,6 +206,11 @@ createiso_skip = [ 'src': True }), + ('^Modular$', { + '*': True, + 'src': True + }), + ] # fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})]