From 82cd5db7fe12ab2d31a908264f0b9f20302c21ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 3 Mar 2023 10:40:19 +0100 Subject: [PATCH] Fix all the warnings from pungi-config-validate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's fix all the warnings thrown by pungi-config-validate. Only the general.conf is throwing errors, but because it couldn't be validated by itself alone. Signed-off-by: Michal Konečný --- fedora-cloud.conf | 3 --- fedora-container.conf | 3 --- general.conf | 1 - 3 files changed, 7 deletions(-) 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'