come back to RC3 for a moment

This commit is contained in:
Louis Abel 2022-11-22 14:41:00 -07:00
parent f883730263
commit d99d9f00ca
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
'9':
fullname: 'Rocky Linux 9.1'
revision: '9.1'
rclvl: 'RC4'
rclvl: 'RC3'
major: '9'
minor: '1'
profile: '9'

View File

@ -9,7 +9,7 @@ MAJOR="${REVISION:0:1}"
MINOR="${REVISION:2:1}"
# comment or blank if needed
APPEND_TO_DIR="-RC4"
APPEND_TO_DIR="-RC3"
STAGING_ROOT="/mnt/repos-staging"
PRODUCTION_ROOT="/mnt/repos-production"