RC 1.3
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
parent
c070e46b3d
commit
2a950abb1f
@ -87,7 +87,7 @@ createrepo_num_workers = 10
|
|||||||
# CHECKSUMS
|
# CHECKSUMS
|
||||||
media_checksums = ['sha256']
|
media_checksums = ['sha256']
|
||||||
media_checksum_one_file = True
|
media_checksum_one_file = True
|
||||||
media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s-1.2-%(arch)s'
|
media_checksum_base_filename = '%(release_short)s-%(variant)s-%(version)s-1.3-%(arch)s'
|
||||||
#jigdo
|
#jigdo
|
||||||
create_jigdo = False
|
create_jigdo = False
|
||||||
|
|
||||||
@ -314,7 +314,7 @@ 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-1.2.iso'
|
image_name_format = '%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-1.3.iso'
|
||||||
# # 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'
|
||||||
@ -366,7 +366,7 @@ translate_paths = [
|
|||||||
|
|
||||||
# These will be inherited by live_media, live_images and image_build
|
# These will be inherited by live_media, live_images and image_build
|
||||||
global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37'
|
global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37'
|
||||||
global_release = '1.2'
|
global_release = '1.3'
|
||||||
global_version = '37'
|
global_version = '37'
|
||||||
# live_images ignores this in favor of live_target
|
# live_images ignores this in favor of live_target
|
||||||
global_target = 'f37'
|
global_target = 'f37'
|
||||||
|
Loading…
Reference in New Issue
Block a user