From 500bc274cda5a95e331be5d24bd8cb45444d971f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Mar 2023 08:48:47 -0800 Subject: [PATCH] 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 --- fedora-beta.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-beta.conf b/fedora-beta.conf index 2a61cc4..c3fc54c 100644 --- a/fedora-beta.conf +++ b/fedora-beta.conf @@ -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'