prepare for 9.2 compose
This commit is contained in:
parent
a255a10810
commit
30a98eee7a
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
'9':
|
'9':
|
||||||
fullname: 'Rocky Linux 9.1'
|
fullname: 'Rocky Linux 9.2'
|
||||||
revision: '9.1'
|
revision: '9.2'
|
||||||
rclvl: 'RC4'
|
rclvl: 'RC1'
|
||||||
major: '9'
|
major: '9'
|
||||||
minor: '1'
|
minor: '2'
|
||||||
profile: '9'
|
profile: '9'
|
||||||
disttag: 'el9'
|
disttag: 'el9'
|
||||||
bugurl: 'https://bugs.rockylinux.org'
|
bugurl: 'https://bugs.rockylinux.org'
|
||||||
@ -16,7 +16,7 @@
|
|||||||
- ppc64le
|
- ppc64le
|
||||||
- s390x
|
- s390x
|
||||||
provide_multilib: True
|
provide_multilib: True
|
||||||
project_id: '0048077b-1573-4cb7-8ba7-cce823857ba5'
|
project_id: 'dff20351-7d36-4f7c-9eea-7f039f5026d0'
|
||||||
repo_symlinks:
|
repo_symlinks:
|
||||||
NFV: 'nfv'
|
NFV: 'nfv'
|
||||||
renames:
|
renames:
|
||||||
|
1
mangle/generators/.gitignore
vendored
1
mangle/generators/.gitignore
vendored
@ -3,3 +3,4 @@ __pycache__/
|
|||||||
*$py.class
|
*$py.class
|
||||||
*.so
|
*.so
|
||||||
generate_prepopulate_from_self
|
generate_prepopulate_from_self
|
||||||
|
generate_prepopulate_from_rpr
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
# Revision must always start with a major number
|
# Revision must always start with a major number
|
||||||
case "${RLREL}" in
|
case "${RLREL}" in
|
||||||
stable)
|
stable)
|
||||||
REVISION=9.1
|
REVISION=9.2
|
||||||
APPEND_TO_DIR="-RC4"
|
APPEND_TO_DIR="-RC4"
|
||||||
;;
|
;;
|
||||||
beta)
|
beta)
|
||||||
REVISION=9.2
|
REVISION=9.3
|
||||||
APPEND_TO_DIR="-beta"
|
APPEND_TO_DIR="-beta"
|
||||||
COMPOSE_APPEND="-beta"
|
COMPOSE_APPEND="-beta"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user