forked from sig_core/toolkit
prepare for 9.2 compose
This commit is contained in:
parent
a255a10810
commit
30a98eee7a
@ -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:
|
||||
|
1
mangle/generators/.gitignore
vendored
1
mangle/generators/.gitignore
vendored
@ -3,3 +3,4 @@ __pycache__/
|
||||
*$py.class
|
||||
*.so
|
||||
generate_prepopulate_from_self
|
||||
generate_prepopulate_from_rpr
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user