Update fedora-cloud to f38

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomas Hrcka 2022-08-09 14:23:51 +02:00
parent c67c1c74fd
commit 7cfa543013

View File

@ -1,7 +1,7 @@
# PRODUCT INFO
release_name = 'Fedora-Cloud'
release_short = 'Fedora-Cloud'
release_version = '37'
release_version = '38'
release_is_layered = False
skip_phases = ["buildinstall", "productimg", "pkgset", "gather", "extra_files", "createrepo"]
# GENERAL SETTINGS
@ -10,8 +10,8 @@ comps_file = {
'scm': 'git',
'repo': 'https://pagure.io/fedora-comps.git',
'branch': 'main',
'file': 'comps-f37.xml',
'command': 'make comps-f37.xml'
'file': 'comps-f38.xml',
'command': 'make comps-f38.xml'
}
variants_file='variants-fedora.xml'
sigkeys = ['5323552A'] # None = unsigned
@ -26,10 +26,10 @@ hashed_directories = True
runroot = True
#runroot_channel = 'fedora_compose'
runroot_channel = 'compose'
runroot_tag = 'f37-build'
runroot_tag = 'f38-build'
# PKGSET
pkgset_source = 'koji' # koji, repos
pkgset_koji_tag = 'f37-updates'
pkgset_koji_tag = 'f38-updates'
pkgset_koji_inherit = True
filter_system_release_packages = False
# GATHER
@ -218,19 +218,19 @@ image_build = {
'image-build': {
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')],
'name': 'Fedora-Cloud-Base',
'target': 'f37',
'version': '37',
'target': 'f38',
'version': '38',
'release': None,
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37',
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f38',
'kickstart': 'fedora-cloud-base.ks',
'distro': 'Fedora-22',
'disk_size': 4,
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'repo': [
'https://kojipkgs.fedoraproject.org/compose/updates/f37-updates/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/37/latest-Fedora-37/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/updates/f38-updates/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/38/latest-Fedora-38/compose/Everything/$arch/os/'
],
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/37/latest-Fedora-37/compose/Everything/$arch/os/',
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/38/latest-Fedora-38/compose/Everything/$arch/os/',
'subvariant': 'Cloud_Base'
}
},
@ -238,19 +238,19 @@ image_build = {
'image-build': {
'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')]
'name': 'Fedora-Cloud-Base-Vagrant',
'target': 'f37',
'version': '37',
'target': 'f38',
'version': '38',
'release': None,
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37',
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f38',
'kickstart': 'fedora-cloud-base-vagrant.ks',
'distro': 'Fedora-22',
'disk_size': 40,
'arches': ['x86_64'],
'repo': [
'https://kojipkgs.fedoraproject.org/compose/updates/f37-updates/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/37/latest-Fedora-37/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/updates/f38-updates/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/38/latest-Fedora-38/compose/Everything/$arch/os/'
],
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/37/latest-Fedora-37/compose/Everything/$arch/os/',
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/38/latest-Fedora-38/compose/Everything/$arch/os/',
'subvariant': 'Cloud_Base',
}
},