From 68224bf0b01a6ddb85c5ea16c970f1f91aec5d01 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Apr 14 2020 13:36:07 +0000 Subject: We only need netinstall iso Please revert this commit if there is a need for server dvd iso Signed-off-by: Mohan Boddu --- diff --git a/fedora-minimal-compose.conf b/fedora-minimal-compose.conf index 7cc580d..bfa2175 100644 --- a/fedora-minimal-compose.conf +++ b/fedora-minimal-compose.conf @@ -44,6 +44,10 @@ pkgset_koji_inherit = True filter_system_release_packages = False +# skip gather and createrepo phases since we only need netinstall iso +skip_phases = ["gather", "createrepo"] + +# Following is not used since the gather phase is skipped # GATHER gather_method = { '^.*': { # For all variants @@ -66,6 +70,7 @@ repoclosure_backend = 'dnf' #gather_source_mapping = '/path/to/mapping.json' +# Following is not used since the createrepo phase is skipped # CREATEREPO createrepo_deltas = False createrepo_database = True @@ -200,6 +205,7 @@ multilib_whitelist = { createiso_skip = [ ('^Server$', { + '*': True, 'src': True }),