|
|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
# PRODUCT INFO
|
|
|
|
|
release_name = 'Fedora-IoT'
|
|
|
|
|
release_short = 'Fedora-IoT'
|
|
|
|
|
release_version = '46'
|
|
|
|
|
release_version = '44'
|
|
|
|
|
# Let's not build install media during this run. For the image builds
|
|
|
|
|
# and OSTree installer we'll use inputs from other f45 runs.
|
|
|
|
|
# and OSTree installer we'll use inputs from other f44 runs.
|
|
|
|
|
skip_phases = ["buildinstall", "createrepo", "extra_files"]
|
|
|
|
|
|
|
|
|
|
# GENERAL SETTINGS
|
|
|
|
|
@ -11,11 +11,11 @@ comps_file = {
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
'repo': 'https://forge.fedoraproject.org/releng/fedora-comps.git',
|
|
|
|
|
'branch': 'main',
|
|
|
|
|
'file': 'comps-f46.xml',
|
|
|
|
|
'command': 'make comps-f46.xml'
|
|
|
|
|
'file': 'comps-f44.xml',
|
|
|
|
|
'command': 'make comps-f44.xml'
|
|
|
|
|
}
|
|
|
|
|
variants_file='variants-fedora.xml'
|
|
|
|
|
sigkeys = ['91211FCE']
|
|
|
|
|
sigkeys = ['6D9F90A6']
|
|
|
|
|
|
|
|
|
|
# limit tree architectures
|
|
|
|
|
# if undefined, all architectures from variants.xml will be included
|
|
|
|
|
@ -27,7 +27,7 @@ hashed_directories = True
|
|
|
|
|
|
|
|
|
|
# RUNROOT settings
|
|
|
|
|
runroot_channel = 'compose'
|
|
|
|
|
runroot_tag = 'f46-build'
|
|
|
|
|
runroot_tag = 'f44-build'
|
|
|
|
|
|
|
|
|
|
# PKGSET
|
|
|
|
|
pkgset_source = 'koji' # koji, repos
|
|
|
|
|
@ -37,7 +37,7 @@ pkgset_source = 'koji' # koji, repos
|
|
|
|
|
# pkgset_repos = {}
|
|
|
|
|
|
|
|
|
|
# PKGSET - KOJI
|
|
|
|
|
pkgset_koji_tag = 'f46-iot'
|
|
|
|
|
pkgset_koji_tag = 'f44-iot'
|
|
|
|
|
pkgset_koji_inherit = False
|
|
|
|
|
|
|
|
|
|
filter_system_release_packages = False
|
|
|
|
|
@ -202,22 +202,24 @@ translate_paths = [
|
|
|
|
|
('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# These may be inherited by various phases for creating Koji tasks
|
|
|
|
|
# These will be inherited by live_media, live_images and image_build
|
|
|
|
|
global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN'
|
|
|
|
|
global_version = '46'
|
|
|
|
|
global_target = 'f46'
|
|
|
|
|
global_version = '44'
|
|
|
|
|
# live_images ignores this in favor of live_target
|
|
|
|
|
global_target = 'f44'
|
|
|
|
|
|
|
|
|
|
imagebuilder_target = 'f46-image-builder'
|
|
|
|
|
imagebuilder_target = 'f44-image-builder'
|
|
|
|
|
imagebuilder = {
|
|
|
|
|
"^IoT$": [
|
|
|
|
|
{
|
|
|
|
|
"name": "%s-raw" % release_name,
|
|
|
|
|
"types": ["iot-raw-xz"],
|
|
|
|
|
"arches": ["x86_64", "aarch64"],
|
|
|
|
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],
|
|
|
|
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/44/Fedora-44-20260422.1/compose/Everything/$arch/os/",
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/updates/f44-updates/compose/Everything/$arch/os/"],
|
|
|
|
|
"ostree": {
|
|
|
|
|
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
|
|
|
|
"ref": "fedora/rawhide/$arch/iot",
|
|
|
|
|
"ref": "fedora/stable/$arch/iot",
|
|
|
|
|
},
|
|
|
|
|
"subvariant": "IoT",
|
|
|
|
|
"failable": ["*"],
|
|
|
|
|
@ -226,10 +228,11 @@ imagebuilder = {
|
|
|
|
|
"name": "%s-ostree" % release_name,
|
|
|
|
|
"types": ["iot-installer"],
|
|
|
|
|
"arches": ["x86_64", "aarch64"],
|
|
|
|
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],
|
|
|
|
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/44/Fedora-44-20260422.1/compose/Everything/$arch/os/",
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/updates/f44-updates/compose/Everything/$arch/os/"],
|
|
|
|
|
"ostree": {
|
|
|
|
|
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
|
|
|
|
"ref": "fedora/rawhide/$arch/iot",
|
|
|
|
|
"ref": "fedora/stable/$arch/iot",
|
|
|
|
|
},
|
|
|
|
|
"subvariant": "IoT",
|
|
|
|
|
"manifest_type": "dvd-ostree",
|
|
|
|
|
@ -239,10 +242,11 @@ imagebuilder = {
|
|
|
|
|
"name": "%s-provisioner" % release_name,
|
|
|
|
|
"types": ["iot-simplified-installer"],
|
|
|
|
|
"arches": ["x86_64", "aarch64"],
|
|
|
|
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],
|
|
|
|
|
"repos": ["https://kojipkgs.fedoraproject.org/compose/44/Fedora-44-20260422.1/compose/Everything/$arch/os/",
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/updates/f44-updates/compose/Everything/$arch/os/"],
|
|
|
|
|
"ostree": {
|
|
|
|
|
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
|
|
|
|
"ref": "fedora/rawhide/$arch/iot",
|
|
|
|
|
"ref": "fedora/stable/$arch/iot",
|
|
|
|
|
},
|
|
|
|
|
"blueprint": {
|
|
|
|
|
"customizations": {
|
|
|
|
|
@ -263,14 +267,15 @@ ostree = {
|
|
|
|
|
"unified_core": True,
|
|
|
|
|
"treefile": "fedora-iot.yaml",
|
|
|
|
|
"config_url": "https://forge.fedoraproject.org/iot/ostree.git",
|
|
|
|
|
"config_branch": "main",
|
|
|
|
|
"config_branch": "f44",
|
|
|
|
|
"repo": [
|
|
|
|
|
"IoT",
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/44/Fedora-44-20260422.1/compose/Everything/$basearch/os/",
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/updates/f44-updates/compose/Everything/$basearch/os/"
|
|
|
|
|
]
|
|
|
|
|
"tag_ref": False,
|
|
|
|
|
"ostree_repo": "/mnt/koji/compose/iot/repo/",
|
|
|
|
|
"ostree_ref": "fedora/rawhide/${basearch}/iot",
|
|
|
|
|
"ostree_ref": "fedora/stable/${basearch}/iot",
|
|
|
|
|
"runroot_packages": ["selinux-policy-targeted"],
|
|
|
|
|
"arches": ["x86_64", "aarch64"],
|
|
|
|
|
"update_summary": True,
|
|
|
|
|
@ -283,8 +288,9 @@ ostree_container = {
|
|
|
|
|
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
|
|
|
|
"config_url": "https://forge.fedoraproject.org/iot/base-images.git",
|
|
|
|
|
"config_branch": "main",
|
|
|
|
|
"treefile": "fedora-rawhide.yaml",
|
|
|
|
|
"repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"],
|
|
|
|
|
"treefile": "fedora-44.yaml",
|
|
|
|
|
"repo": ["https://kojipkgs.fedoraproject.org/compose/44/Fedora-44-20260422.1/compose/Everything/$basearch/os/",
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/updates/f44-updates/compose/Everything/$basearch/os/"],
|
|
|
|
|
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
|
|
|
|
|
"failable": ['*'],
|
|
|
|
|
"subvariant": "base",
|
|
|
|
|
@ -294,8 +300,9 @@ ostree_container = {
|
|
|
|
|
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
|
|
|
|
|
"config_url": "https://forge.fedoraproject.org/iot/fedora-iot-bootc.git",
|
|
|
|
|
"config_branch": "main",
|
|
|
|
|
"treefile": "fedora-iot-rawhide.yaml",
|
|
|
|
|
"repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"],
|
|
|
|
|
"treefile": "fedora-iot-44.yaml",
|
|
|
|
|
"repo": ["https://kojipkgs.fedoraproject.org/compose/44/Fedora-44-20260422.1/compose/Everything/$basearch/os/",
|
|
|
|
|
"https://kojipkgs.fedoraproject.org/compose/updates/f44-updates/compose/Everything/$basearch/os/"],
|
|
|
|
|
"arches": ["x86_64", "aarch64"],
|
|
|
|
|
"failable": ['*'],
|
|
|
|
|
"name": "Fedora-IoT-bootc",
|
|
|
|
|
|