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>
This commit is contained in:
Kevin Fenzi 2016-08-24 15:37:22 -06:00
parent 9ff37a7ad6
commit b0bff8e833

View File

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