Skip to content

Commit

Permalink
AL9.3 stable is coming (#940)
Browse files Browse the repository at this point in the history
* - AL9.3 stable is coming

* - AL9.3 stable is coming

* Add 9.3 to plus-debug

---------

Co-authored-by: Andrew Lukoshko <[email protected]>
  • Loading branch information
soksanichenko and andrewlukoshko authored Nov 12, 2023
1 parent 88b965a commit ee91ac3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ versions:
- "8.8"
- "9"
- "9.2"
- "9.3"
# it's also used for mapping <major version>:<full version>
# if a client requests only major version
duplicated_versions:
Expand Down Expand Up @@ -49,18 +50,21 @@ repos:
path: CRB/$basearch/os/
versions:
- "9.2"
- "9.3"
- name: nfv
path: NFV/$basearch/os/
versions:
- "8.8"
- "9.2"
- "9.3"
arches:
- x86_64
- name: rt
path: RT/$basearch/os/
versions:
- "8.8"
- "9.2"
- "9.3"
arches:
- x86_64
- name: extras
Expand All @@ -73,16 +77,19 @@ repos:
path: HighAvailability/$basearch/os/
versions:
- "9.2"
- "9.3"
- name: sap
path: SAP/$basearch/os/
versions:
- "8.8"
- "9.2"
- "9.3"
- name: saphana
path: SAPHANA/$basearch/os/
versions:
- "8.8"
- "9.2"
- "9.3"
- name: resilientstorage
path: ResilientStorage/$basearch/os/
arches:
Expand All @@ -94,6 +101,7 @@ repos:
versions:
- "8.8"
- "9.2"
- "9.3"
arches:
- x86_64
- aarch64
Expand All @@ -107,6 +115,7 @@ repos:
versions:
- "8.8"
- "9.2"
- "9.3"

# sources repos
- name: baseos-source
Expand All @@ -125,18 +134,21 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: nfv-source
path: NFV/Source/
vault: true
versions:
- "8.8"
- "9.2"
- "9.3"
- name: rt-source
path: RT/Source/
vault: true
versions:
- "8.8"
- "9.2"
- "9.3"
- name: extras-source
path: extras/Source/
vault: true
Expand All @@ -150,12 +162,14 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: sap-source
path: SAP/Source/
vault: true
versions:
- "8.8"
- "9.2"
- "9.3"
- name: saphana-source
path: SAPHANA/Source/
vault: true
Expand All @@ -170,6 +184,7 @@ repos:
versions:
- "8.8"
- "9.2"
- "9.3"
- name: plus-source
path: plus/Source/
vault: true
Expand All @@ -182,6 +197,7 @@ repos:
versions:
- "8.8"
- "9.2"
- "9.3"

# debug repos
- name: baseos-debuginfo
Expand All @@ -194,6 +210,7 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: appstream-debuginfo
path: AppStream/debug/$basearch/
vault: true
Expand All @@ -204,6 +221,7 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: powertools-debuginfo
path: PowerTools/debug/$basearch/
vault: true
Expand All @@ -214,6 +232,7 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: nfv-debuginfo
path: NFV/debug/$basearch/
vault: true
Expand All @@ -224,6 +243,7 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
arches:
- x86_64
- name: rt-debuginfo
Expand All @@ -236,6 +256,7 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
arches:
- x86_64
- name: extras-debuginfo
Expand All @@ -248,6 +269,7 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: ha-debuginfo
path: HighAvailability/debug/$basearch/
vault: true
Expand All @@ -258,16 +280,19 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: sap-debug
path: SAP/debug/$basearch/
vault: true
versions:
- "9.2"
- "9.3"
- name: saphana-debug
path: SAPHANA/debug/$basearch/
vault: true
versions:
- "9.2"
- "9.3"
- name: sap-debuginfo
path: SAP/debug/$basearch/
vault: true
Expand All @@ -292,6 +317,7 @@ repos:
- s390x
versions:
- "9.2"
- "9.3"
- name: devel-debuginfo
path: devel/debug/$basearch/
vault: true
Expand All @@ -305,6 +331,7 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: plus-debuginfo
path: plus/debug/$basearch/
vault: true
Expand All @@ -315,12 +342,14 @@ repos:
vault: true
versions:
- "9.2"
- "9.3"
- name: synergy-debuginfo
path: synergy/debug/$basearch/
vault: true
versions:
- "8.8"
- "9.2"
- "9.3"

## raspberry pi repos
- name: raspberrypi
Expand Down

0 comments on commit ee91ac3

Please sign in to comment.