From b0bff8e8333440163e09a09eaf65672aff771e19 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi <kevin@scrye.com> Date: Wed, 24 Aug 2016 15:37:22 -0600 Subject: [PATCH] Change this hard coded 1.1 to be label so install images have Alpha in the name Signed-off-by: Kevin Fenzi <kevin@scrye.com> --- fedora-alpha.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-alpha.conf b/fedora-alpha.conf index 782a175..495eebe 100644 --- a/fedora-alpha.conf +++ b/fedora-alpha.conf @@ -75,7 +75,7 @@ createrepo_deltas = True # CHECKSUMS media_checksums = ['sha256'] media_checksum_one_file = True -media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s-1.1-%(arch)s' +media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s-%(label)s-%(arch)s' #jigdo create_jigdo = False @@ -235,7 +235,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-1.1.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' @@ -276,7 +276,7 @@ translate_paths = [ # These will be inherited by live_media, live_images and image_build global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f25' -global_release = "1.1" +global_release = "2" global_version = '25_Alpha' # live_images ignores this in favor of live_target global_target = 'f25'