add the compose_id to the iso names and volumeid

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-01-05 14:53:48 -06:00
parent c8c7380c72
commit 84f5cb602b

View File

@ -217,10 +217,10 @@ createiso_skip = [
#] #]
# Image name respecting Fedora's image naming policy # Image name respecting Fedora's image naming policy
image_name_format = "%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s%(suffix)s" image_name_format = "%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s%(compose_id)s"
# # Use the same format for volume id # # Use the same format for volume id
image_volid_formats = [ image_volid_formats = [
"%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s" "%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-%(compose_id)s"
] ]
# No special handling for layered products, use same format as for regular images # No special handling for layered products, use same format as for regular images
image_volid_layered_product_formats = [] image_volid_layered_product_formats = []