F43: Update for final #153
2 changed files with 11 additions and 11 deletions
|
|
@ -216,10 +216,10 @@ imagebuilder = {
|
|||
"name": "%s-raw" % release_name,
|
||||
"types": ["iot-raw-xz"],
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-43/compose/Everything/$arch/os/"],
|
||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/43/Fedora-43-20251023.0/compose/Everything/$arch/os/"],
|
||||
"ostree": {
|
||||
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||
"ref": "fedora/devel/$arch/iot",
|
||||
"ref": "fedora/stable/$arch/iot",
|
||||
},
|
||||
"subvariant": "IoT",
|
||||
"failable": ["*"],
|
||||
|
|
@ -228,10 +228,10 @@ imagebuilder = {
|
|||
"name": "%s-ostree" % release_name,
|
||||
"types": ["iot-installer"],
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-43/compose/Everything/$arch/os/"],
|
||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/43/Fedora-43-20251023.0/compose/Everything/$arch/os/"],
|
||||
"ostree": {
|
||||
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||
"ref": "fedora/devel/$arch/iot",
|
||||
"ref": "fedora/stable/$arch/iot",
|
||||
},
|
||||
"subvariant": "IoT",
|
||||
"manifest_type": "dvd-ostree",
|
||||
|
|
@ -241,10 +241,10 @@ imagebuilder = {
|
|||
"name": "%s-provisioner" % release_name,
|
||||
"types": ["iot-simplified-installer"],
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-43/compose/Everything/$arch/os/"],
|
||||
"repos": ["https://kojipkgs.fedoraproject.org/compose/43/Fedora-43-20251023.0/compose/Everything/$arch/os/"],
|
||||
"ostree": {
|
||||
"url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",
|
||||
"ref": "fedora/devel/$arch/iot",
|
||||
"ref": "fedora/stable/$arch/iot",
|
||||
},
|
||||
"blueprint": {
|
||||
"customizations": {
|
||||
|
|
@ -268,11 +268,11 @@ ostree = {
|
|||
"config_branch": "f43",
|
||||
"repo": [
|
||||
"IoT",
|
||||
"https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-43/compose/Everything/$basearch/os/"
|
||||
"https://kojipkgs.fedoraproject.org/compose/43/Fedora-43-20251023.0/compose/Everything/$basearch/os/"
|
||||
]
|
||||
"tag_ref": False,
|
||||
"ostree_repo": "/mnt/koji/compose/iot/repo/",
|
||||
"ostree_ref": "fedora/devel/${basearch}/iot",
|
||||
"ostree_ref": "fedora/stable/${basearch}/iot",
|
||||
"runroot_packages": ["selinux-policy-targeted"],
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"update_summary": True,
|
||||
|
|
@ -286,7 +286,7 @@ ostree_container = {
|
|||
"config_url": "https://pagure.io/fedora-iot/base-images",
|
||||
"config_branch": "main",
|
||||
"treefile": "fedora-43.yaml",
|
||||
"repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-43/compose/Everything/$basearch/os/"],
|
||||
"repo": ["https://kojipkgs.fedoraproject.org/compose/43/Fedora-43-20251023.0/compose/Everything/$basearch/os/"],
|
||||
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
|
||||
"failable": ['*'],
|
||||
"subvariant": "base",
|
||||
|
|
@ -297,7 +297,7 @@ ostree_container = {
|
|||
"config_url": "https://pagure.io/fedora-iot/fedora-iot-bootc.git",
|
||||
"config_branch": "main",
|
||||
"treefile": "fedora-iot-43.yaml",
|
||||
"repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-43/compose/Everything/$basearch/os/"],
|
||||
"repo": ["https://kojipkgs.fedoraproject.org/compose/43/Fedora-43-20251023.0/compose/Everything/$basearch/os/"],
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"failable": ['*'],
|
||||
"name": "Fedora-IoT-bootc",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ arch_to_goarch() {
|
|||
|
||||
# This is the release of Fedora that is currently stable, it will define if we
|
||||
# need to move the fedora:latest tag
|
||||
current_stable="41"
|
||||
current_stable="43"
|
||||
# Define what is rawhide so we know to push that tag
|
||||
current_rawhide="44"
|
||||
# Sanity checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue