beta: prep for rc 1.3, fix compose tag, fix image label

Prep for doing a 1.3 compose (1.1 and 1.2 were not usable)

Fix the compose tag to use f38-compose, so we pick up the builds that
are overrides from the nightly/regular composes.

Fix the image label to include Beta in it instead of being date based
like the nightly ones.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-03-07 08:48:47 -08:00
parent f103b9a8a9
commit 500bc274cd

View File

@ -50,7 +50,7 @@ pkgset_source = 'koji' # koji, repos
# pkgset_repos = {}
# PKGSET - KOJI
pkgset_koji_tag = 'f38'
pkgset_koji_tag = 'f38-compose'
pkgset_koji_inherit = True
filter_system_release_packages = False
@ -315,7 +315,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'
@ -368,7 +368,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/f38'
global_release = '1.1'
global_release = '1.3'
global_version = '38_Beta'
# live_images ignores this in favor of live_target
global_target = 'f38'