Fix all the warnings from pungi-config-validate

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ý <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-03-03 10:40:19 +01:00 committed by kevin
parent d44bc4c7df
commit 82cd5db7fe
3 changed files with 0 additions and 7 deletions

View File

@ -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]})]

View File

@ -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]})]

View File

@ -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'