From 996550bde540df81883fbd0ef3d95786f3613215 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 22 2024 20:32:44 +0000 Subject: Define a global default image filename format for kiwibuild images Signed-off-by: Neal Gompa --- diff --git a/fedora-cloud.conf b/fedora-cloud.conf index 3b5ba61..c7538db 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -144,6 +144,7 @@ global_target = 'f42' # kiwi image global configuration kiwibuild_description_scm = 'git+https://pagure.io/fedora-kiwi-descriptions.git?#HEAD' kiwibuild_description_path = 'Fedora.kiwi' +kiwibuild_bundle_name_format = '%N-%P-%(global_version)s-%I.%A.%T' # kiwi images need another target that uses old mock chroot kiwibuild_target = 'f42-kiwi' diff --git a/fedora-container.conf b/fedora-container.conf index 6d110c5..531b3bc 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -142,6 +142,7 @@ global_target = 'f42' # kiwi image global configuration kiwibuild_description_scm = 'git+https://pagure.io/fedora-kiwi-descriptions.git?#HEAD' kiwibuild_description_path = 'Fedora.kiwi' +kiwibuild_bundle_name_format = '%N-%P-%(global_version)s-%I.%A.%T' kiwibuild = { diff --git a/fedora.conf b/fedora.conf index dcf40aa..516c299 100644 --- a/fedora.conf +++ b/fedora.conf @@ -208,6 +208,7 @@ kiwibuild_target = 'f42-kiwi' # kiwi image global configuration kiwibuild_description_scm = 'git+https://pagure.io/fedora-kiwi-descriptions.git?#HEAD' kiwibuild_description_path = 'Fedora.kiwi' +kiwibuild_bundle_name_format = '%N-%P-%(global_version)s-%I.%A.%T' image_build = {