F42: update basename for IoT container

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-10-08 14:10:25 -04:00
commit 6ae099cb81
3 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ sigkeys = ['105ef944']
tree_arches = ['aarch64', 'x86_64', "ppc64le", "s390x"]
# limit tree variants
# if undefined, all variants from variants.xml will be included
tree_variants = ['IoT', 'bootc', 'bootc-base']
tree_variants = ['IoT', 'bootc', 'IoT_bootc_base']
hashed_directories = True
# RUNROOT settings
@ -282,7 +282,7 @@ ostree_container = {
"arches": ["x86_64", "aarch64", "ppc64le", "s390x"],
"failable": ['*'],
},
"^bootc-base$": {
"^IoT_bootc_base$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"config_url": "https://pagure.io/fedora-iot/ostree.git",
"config_branch": "main",

View file

@ -67,7 +67,7 @@ if [[ "${3}" == "-s" ]]; then
stage="true"
fi
BASENAMES=("Fedora-IoT-bootc" "Fedora-IoT-bootc-base")
BASENAMES=("Fedora-IoT-bootc" "Fedora-IoT-IoT_bootc_base")
format="oci-archive"
vers=${1}
compose=${2}
@ -181,7 +181,7 @@ for basename in "${BASENAMES[@]}"; do
registry_name="fedora-bootc"
compose_type="bootc"
ARCHES=("aarch64" "x86_64" "ppc64le" "s390x")
elif [[ ${basename} = "Fedora-IoT-bootc-base" ]]; then
elif [[ ${basename} = "Fedora-IoT-IoT_bootc_base" ]]; then
registry_name="fedora-iot"
compose_type="bootc-base"
ARCHES=("aarch64" "x86_64")

View file

@ -7,7 +7,7 @@
<arch>x86_64</arch>
</arches>
</variant>
<variant id="bootc-base" name="bootc-base" type="variant" is_empty="true">
<variant id="IoT_bootc_base" name="IoT_bootc_base" type="variant" is_empty="true">
<arches>
<arch>aarch64</arch>
<arch>x86_64</arch>