Skip to content

Commit 8642a7c

Browse files
committed
bump to 9.7 and 10.1
1 parent f3a8caa commit 8642a7c

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

iso/empanadas/empanadas/configs/el9.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
'9':
3-
fullname: 'Rocky Linux 9.6'
4-
revision: '9.6'
3+
fullname: 'Rocky Linux 9.7'
4+
revision: '9.7'
55
rclvl: 'RC1'
66
major: '9'
7-
minor: '6'
7+
minor: '7'
88
profile: '9'
99
disttag: 'el9'
1010
code: "Blue Onyx"
@@ -20,7 +20,7 @@
2020
- ppc64le
2121
- s390x
2222
provide_multilib: True
23-
project_id: '05d2a73d-41c8-4ee1-b079-99d02c23a4bd'
23+
project_id: 'e285fe05-8c5f-417a-a4a3-caeca4011896'
2424
repo_symlinks:
2525
NFV: 'nfv'
2626
renames:

sync/common_10

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
# Revision must always start with a major number
44
case "${RLREL}" in
55
stable)
6-
REVISION=10.0
6+
REVISION=10.1
7+
PREREV=10.0
78
APPEND_TO_DIR="-RC1"
89
;;
910
beta)
10-
REVISION=10.1
11-
PREREV=10.0
11+
REVISION=10.2
12+
PREREV=10.1
1213
APPEND_TO_DIR="-BETA"
1314
COMPOSE_APPEND="${APPEND_TO_DIR}"
1415
;;
1516
lh)
16-
REVISION=10.1
17-
PREREV=10.0
17+
REVISION=10.2
18+
PREREV=10.1
1819
APPEND_TO_DIR="-LookAhead"
1920
COMPOSE_APPEND="${APPEND_TO_DIR}"
2021
;;

sync/common_9

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# Revision must always start with a major number
44
case "${RLREL}" in
55
stable)
6-
REVISION=9.6
7-
PREREV=9.5
6+
REVISION=9.7
7+
PREREV=9.6
88
APPEND_TO_DIR="-RC1"
99
;;
1010
beta)
11-
REVISION=9.7
12-
PREREV=9.6
11+
REVISION=9.8
12+
PREREV=9.7
1313
APPEND_TO_DIR="-beta"
1414
COMPOSE_APPEND="-beta"
1515
;;
1616
lh)
17-
REVISION=9.7
18-
PREREV=9.6
17+
REVISION=9.8
18+
PREREV=9.7
1919
APPEND_TO_DIR="-lookahead"
2020
COMPOSE_APPEND="-lookahead"
2121
;;

0 commit comments

Comments
 (0)