Update fedora-container.conf remove f35 references
Signed-off-by: humaton <thrcka@redhat.com>
This commit is contained in:
parent
73229024e2
commit
de791ad41c
@ -1,7 +1,7 @@
|
|||||||
# PRODUCT INFO
|
# PRODUCT INFO
|
||||||
release_name = 'Fedora-Container'
|
release_name = 'Fedora-Container'
|
||||||
release_short = 'Fedora-Container'
|
release_short = 'Fedora-Container'
|
||||||
release_version = '35'
|
release_version = '38'
|
||||||
release_is_layered = False
|
release_is_layered = False
|
||||||
skip_phases = ["buildinstall", "productimg", "pkgset", "gather", "extra_files", "createrepo"]
|
skip_phases = ["buildinstall", "productimg", "pkgset", "gather", "extra_files", "createrepo"]
|
||||||
# GENERAL SETTINGS
|
# GENERAL SETTINGS
|
||||||
@ -10,8 +10,8 @@ comps_file = {
|
|||||||
'scm': 'git',
|
'scm': 'git',
|
||||||
'repo': 'https://pagure.io/fedora-comps.git',
|
'repo': 'https://pagure.io/fedora-comps.git',
|
||||||
'branch': 'main',
|
'branch': 'main',
|
||||||
'file': 'comps-f35.xml',
|
'file': 'comps-f38.xml',
|
||||||
'command': 'make comps-f35.xml'
|
'command': 'make comps-f38.xml'
|
||||||
}
|
}
|
||||||
variants_file='variants-fedora.xml'
|
variants_file='variants-fedora.xml'
|
||||||
sigkeys = ['5323552A'] # None = unsigned
|
sigkeys = ['5323552A'] # None = unsigned
|
||||||
@ -26,10 +26,10 @@ hashed_directories = True
|
|||||||
runroot = True
|
runroot = True
|
||||||
#runroot_channel = 'fedora_compose'
|
#runroot_channel = 'fedora_compose'
|
||||||
runroot_channel = 'compose'
|
runroot_channel = 'compose'
|
||||||
runroot_tag = 'f35-build'
|
runroot_tag = 'f38-build'
|
||||||
# PKGSET
|
# PKGSET
|
||||||
pkgset_source = 'koji' # koji, repos
|
pkgset_source = 'koji' # koji, repos
|
||||||
pkgset_koji_tag = 'f35-updates'
|
pkgset_koji_tag = 'f38-updates'
|
||||||
pkgset_koji_inherit = True
|
pkgset_koji_inherit = True
|
||||||
filter_system_release_packages = False
|
filter_system_release_packages = False
|
||||||
# GATHER
|
# GATHER
|
||||||
|
Loading…
Reference in New Issue
Block a user