#1327 Define a global default image filename format for kiwibuild images
Merged 8 months ago by kevin. Opened 8 months ago by ngompa.
ngompa/pungi-fedora kiwibuild-imagefilename-fix  into  main

file modified
+1
@@ -144,6 +144,7 @@ 

  # 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'

file modified
+1
@@ -142,6 +142,7 @@ 

  # 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 = {

file modified
+1
@@ -208,6 +208,7 @@ 

  # 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 = {

this should also update create-candidate-configs.py to set an appropriate kiwibuild_bundle_name_format for beta and final configs, with reference to what it does for image_name_format.

actually, never mind, we probably don't need that.

rebased onto 6bfb1a6

8 months ago

rebased onto 6bfb1a6

8 months ago

ok, looks...probably good? let's try it and see!

Pull-Request has been merged by kevin

8 months ago