diff --git a/rocky-lookahead/variables.conf b/rocky-lookahead/variables.conf index 072525b..204dde1 100644 --- a/rocky-lookahead/variables.conf +++ b/rocky-lookahead/variables.conf @@ -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' diff --git a/rocky/variables.conf b/rocky/variables.conf index be62b3d..2d75f62 100644 --- a/rocky/variables.conf +++ b/rocky/variables.conf @@ -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'