Change global release float to string

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2016-08-23 16:16:04 -05:00
parent 2c612c59f8
commit 9ff37a7ad6

View File

@ -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 = "1.1"
global_version = '25_Alpha'
# live_images ignores this in favor of live_target
global_target = 'f25'