Skip to content

Commit

Permalink
Change 9.2 to 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Nov 7, 2023
1 parent 82f9523 commit 4720a6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions iso/empanadas/empanadas/configs/el9-beta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
'9-beta':
fullname: 'Rocky Linux 9.2'
revision: '9.2'
fullname: 'Rocky Linux 9.3'
revision: '9.3'
rclvl: 'BETA1'
major: '9'
minor: '2'
minor: '3'
profile: '9-beta'
disttag: 'el9'
bugurl: 'https://bugs.rockylinux.org'
Expand All @@ -16,7 +16,7 @@
- ppc64le
- s390x
provide_multilib: True
project_id: 'dff20351-7d36-4f7c-9eea-7f039f5026d0'
project_id: '6202c09e-6252-4d3a-bcd3-9c7751682970'
repo_symlinks:
NFV: 'nfv'
renames:
Expand Down
6 changes: 3 additions & 3 deletions iso/empanadas/empanadas/configs/el9.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
'9':
fullname: 'Rocky Linux 9.2'
revision: '9.2'
fullname: 'Rocky Linux 9.3'
revision: '9.3'
rclvl: 'RC1'
major: '9'
minor: '2'
minor: '3'
profile: '9'
disttag: 'el9'
bugurl: 'https://bugs.rockylinux.org'
Expand Down
6 changes: 3 additions & 3 deletions iso/empanadas/empanadas/configs/el9lh.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
'9-lookahead':
fullname: 'Rocky Linux 9.2'
revision: '9.2'
fullname: 'Rocky Linux 9.4'
revision: '9.4'
rclvl: 'LH1'
major: '9'
minor: '2'
minor: '4'
profile: '9-lookahead'
disttag: 'el9'
bugurl: 'https://bugs.rockylinux.org'
Expand Down
4 changes: 2 additions & 2 deletions sync/common_9
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Revision must always start with a major number
case "${RLREL}" in
stable)
REVISION=9.2
REVISION=9.3
APPEND_TO_DIR="-RC1"
;;
beta)
REVISION=9.3
REVISION=9.4
APPEND_TO_DIR="-beta"
COMPOSE_APPEND="-beta"
;;
Expand Down

0 comments on commit 4720a6d

Please sign in to comment.