From cdb9f451f3fff904dafb3485cac711f0f3f68f8f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mar 15 2016 16:06:01 +0000 Subject: we have the label available to us to put into the image/checksum names so do so Signed-off-by: Dennis Gilmore --- diff --git a/fedora-alpha.conf b/fedora-alpha.conf index 1f6345e..f619277 100644 --- a/fedora-alpha.conf +++ b/fedora-alpha.conf @@ -74,7 +74,7 @@ createrepo_checksum = 'sha256' # CHECKSUMS media_checksums = ['sha256'] media_checksum_one_file = True -media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s_Alpha-%(respin)s' +media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s_%(label)s' #jigdo create_jigdo = False @@ -233,7 +233,7 @@ createiso_skip = [ #] # Image name respecting Fedora's image naming policy -image_name_format = '%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-%(date)s%(type_suffix)s.%(respin)s.iso' +image_name_format = '%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s_%(label)s.iso' # # Use the same format for volume id image_volid_formats = [ '%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s'