change tag vars

This commit is contained in:
Louis Abel 2024-12-17 17:30:26 -07:00
parent 79a86abd70
commit 21ae1c02e8
Signed by: label
GPG key ID: 2A6975660E424560
2 changed files with 4 additions and 4 deletions

View file

@ -8,10 +8,10 @@ RELEASE_VERSION_Y = '0'
RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y)
RELEASE_VERSION = RELEASE_VERSION_XY
PKGSET_KOJI_TAG = 'r10s-compose'
PKGSET_KOJI_TAG = 'dist-rocky8-lookahead-compose'
RUNROOT_CHANNEL = 'runroot'
RUNROOT_TAG = 'r10s-build'
RUNROOT_TAG = 'dist-rocky8-lookahead-build'
COMPS_REPO = 'https://git.rockylinux.org/rocky/comps.git'
COMPS_BRANCH = 'main'

View file

@ -8,10 +8,10 @@ RELEASE_VERSION_Y = '0'
RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y)
RELEASE_VERSION = RELEASE_VERSION_XY
PKGSET_KOJI_TAG = 'r10-compose'
PKGSET_KOJI_TAG = 'dist-rocky10-compose'
RUNROOT_CHANNEL = 'runroot'
RUNROOT_TAG = 'r10-build'
RUNROOT_TAG = 'dist-rocky10-build'
COMPS_REPO = 'https://git.rockylinux.org/rocky/comps.git'
COMPS_BRANCH = 'main'