mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2025-01-11 18:26:58 +00:00
change tag vars
This commit is contained in:
parent
79a86abd70
commit
21ae1c02e8
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue