From eeb06c72f9349d867dce921e5a826b6bc0c2765f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 14 Mar 2018 15:11:08 +0100 Subject: [PATCH] Disable buildinstall for Modular variant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- fedora.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fedora.conf b/fedora.conf index ca6b41b..28a20cc 100644 --- a/fedora.conf +++ b/fedora.conf @@ -85,6 +85,11 @@ create_jigdo = False # BUILDINSTALL buildinstall_method = 'lorax' +buildinstall_skip = [ + ('^Modular$', { + '*': True + }), +] # Enables macboot on x86_64 for all variants and disables upgrade image building # # everywhere.