diff --git a/fedora-cloud.conf b/fedora-cloud.conf index 532c064..802d60a 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -5,10 +5,8 @@ from general import * release_name = 'Fedora-Cloud' release_short = 'Fedora-Cloud' release_version = '38' -release_is_layered = False skip_phases = ["buildinstall", "productimg", "pkgset", "gather", "extra_files", "createrepo"] # GENERAL SETTINGS -bootable = False comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', @@ -26,7 +24,6 @@ tree_variants = ['Cloud'] pkgset_koji_tag = 'f38-updates' pkgset_koji_inherit = True # GATHER -gather_source = 'comps' gather_method = 'deps' gather_profiler = True # fomat: [(variant_uid_regex, {arch|*: [repos]})] diff --git a/fedora-container.conf b/fedora-container.conf index 6fc8752..1fe9898 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -5,10 +5,8 @@ from general import * release_name = 'Fedora-Container' release_short = 'Fedora-Container' release_version = '35' -release_is_layered = False skip_phases = ["buildinstall", "productimg", "pkgset", "gather", "extra_files", "createrepo"] # GENERAL SETTINGS -bootable = False comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', @@ -24,7 +22,6 @@ tree_variants = ['Container'] pkgset_koji_tag = 'f35-updates' pkgset_koji_inherit = True # GATHER -gather_source = 'comps' gather_method = 'deps' gather_profiler = True # fomat: [(variant_uid_regex, {arch|*: [repos]})] diff --git a/general.conf b/general.conf index a38ee74..6b2f8b5 100644 --- a/general.conf +++ b/general.conf @@ -8,7 +8,6 @@ tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64'] hashed_directories = True # RUNROOT settings -runroot = True runroot_channel = 'compose' runroot_tag = 'f39-build'