From 9a4b4e9a7f949541ec40c238d54ffa5af7afa399 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: May 01 2024 22:18:46 +0000 Subject: Add the missing global release/version/target to cloud config Signed-off-by: Adam Williamson --- diff --git a/fedora-cloud.conf b/fedora-cloud.conf index 8404cfd..2755a17 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -136,6 +136,11 @@ image_volid_formats = [ 'Fedora-%(variant)s-%(disc_type)s-%(arch)s-%(version)s' ] +# These will be inherited by live_media, live_images, image_build, and kiwibuild +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'