From f640b518a99316a09c15692c52fed74c8b0b9d48 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 17 Jan 2023 15:24:59 -0700 Subject: [PATCH] adjust version vars --- rocky/variables.conf | 2 +- shared/general.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rocky/variables.conf b/rocky/variables.conf index 64e4dd8..905e490 100644 --- a/rocky/variables.conf +++ b/rocky/variables.conf @@ -13,7 +13,7 @@ RUNROOT_TAG = 'dist-rocky8-build' COMPS_REPO = 'https://git.rockylinux.org/rocky/comps.git' COMPS_BRANCH = 'main' -COMPS_FILE = 'comps-rocky-%s.xml' % VERSION +COMPS_FILE = 'comps-rocky-%s.xml' % RELEASE_VERSION COMPS_COMMAND = '' MODULE_DEFAULTS_REPO = 'https://git.rockylinux.org/rocky/rocky-module-defaults.git' diff --git a/shared/general.conf b/shared/general.conf index edf12a8..b86d023 100644 --- a/shared/general.conf +++ b/shared/general.conf @@ -1,7 +1,7 @@ release_name = RELEASE_NAME release_short = RELEASE_SHORT release_version = RELEASE_VERSION -version = VERSION +version = RELEASE_VERSION link_type = 'copy' productimg = False