From db2b9a2fde06ec345152bcd4e5436a57398a164a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 09 2024 00:18:47 +0000 Subject: Have kiwi builds use f41-kiwi target We need kiwi builds to use a old chroot, so make a seperate target for it. Signed-off-by: Kevin Fenzi --- diff --git a/fedora-cloud.conf b/fedora-cloud.conf index 0bd4675..4d10c00 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -161,6 +161,8 @@ image_build = { } ], } +# kiwi images need another target that uses old mock chroot +kiwibuild_target = 'f41-kiwi' kiwibuild = { '^Cloud$': [ diff --git a/fedora-container.conf b/fedora-container.conf index 1a2f904..270e5ba 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -138,6 +138,8 @@ image_volid_formats = [ global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN' global_version = '41' global_target = 'f41' +# kiwi images need another target that uses old mock chroot +kiwibuild_target = 'f41-kiwi' kiwibuild = { '^Container$': [ diff --git a/fedora.conf b/fedora.conf index 08a587d..64d96a4 100644 --- a/fedora.conf +++ b/fedora.conf @@ -202,6 +202,8 @@ global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN' global_version = 'Rawhide' # live_images ignores this in favor of live_target global_target = 'f41' +# kiwi images need another target that uses old mock chroot +kiwibuild_target = 'f41-kiwi' image_build = {