prepare for 9.2 compose

This commit is contained in:
Louis Abel 2023-05-08 22:35:21 -07:00
parent a255a10810
commit 30a98eee7a
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,10 @@
---
'9':
fullname: 'Rocky Linux 9.1'
revision: '9.1'
rclvl: 'RC4'
fullname: 'Rocky Linux 9.2'
revision: '9.2'
rclvl: 'RC1'
major: '9'
minor: '1'
minor: '2'
profile: '9'
disttag: 'el9'
bugurl: 'https://bugs.rockylinux.org'
@ -16,7 +16,7 @@
- ppc64le
- s390x
provide_multilib: True
project_id: '0048077b-1573-4cb7-8ba7-cce823857ba5'
project_id: 'dff20351-7d36-4f7c-9eea-7f039f5026d0'
repo_symlinks:
NFV: 'nfv'
renames:

View File

@ -3,3 +3,4 @@ __pycache__/
*$py.class
*.so
generate_prepopulate_from_self
generate_prepopulate_from_rpr

View File

@ -3,11 +3,11 @@
# Revision must always start with a major number
case "${RLREL}" in
stable)
REVISION=9.1
REVISION=9.2
APPEND_TO_DIR="-RC4"
;;
beta)
REVISION=9.2
REVISION=9.3
APPEND_TO_DIR="-beta"
COMPOSE_APPEND="-beta"
;;