Skip to content

Commit

Permalink
Update to 9.5 (not set as default) (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
eabdullin1 authored Nov 15, 2024
1 parent 2a042fa commit 5036ee7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ versions:
- "8.10"
- "9"
- "9.4"
- "9.5"
# requires full version in arches, no base version inheritance
optional_module_versions:
kitten:
Expand Down Expand Up @@ -73,25 +74,29 @@ repos:
path: CRB/$basearch/os/
versions:
- "9.4"
- "9.5"
- name: nfv
path: NFV/$basearch/os/
versions:
- "8.10"
- "9.4"
- "9.5"
arches:
- x86_64
- name: rt
path: RT/$basearch/os/
versions:
- "8.10"
- "9.4"
- "9.5"
arches:
- x86_64
- name: extras
path: extras/$basearch/os/
versions:
- "8.10"
- "9.4"
- "9.5"
- name: extras-common
path: extras-common/$basearch/os/
versions:
Expand All @@ -104,16 +109,19 @@ repos:
path: HighAvailability/$basearch/os/
versions:
- "9.4"
- "9.5"
- name: sap
path: SAP/$basearch/os/
versions:
- "8.10"
- "9.4"
- "9.5"
- name: saphana
path: SAPHANA/$basearch/os/
versions:
- "8.10"
- "9.4"
- "9.5"
- name: resilientstorage
path: ResilientStorage/$basearch/os/
arches:
Expand All @@ -125,6 +133,7 @@ repos:
versions:
- "8.10"
- "9.4"
- "9.5"
arches:
- x86_64
- aarch64
Expand All @@ -133,11 +142,13 @@ repos:
versions:
- "8.10"
- "9.4"
- "9.5"
- name: synergy
path: synergy/$basearch/os/
versions:
- "8.10"
- "9.4"
- "9.5"

# sources repos
- name: baseos-source
Expand All @@ -156,24 +167,28 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: nfv-source
path: NFV/Source/
vault: true
versions:
- "8.10"
- "9.4"
- "9.5"
- name: rt-source
path: RT/Source/
vault: true
versions:
- "8.10"
- "9.4"
- "9.5"
- name: extras-source
path: extras/Source/
vault: true
versions:
- "8.10"
- "9.4"
- "9.5"
- name: extras-common-source
path: extras-common/Source/
vault: true
Expand All @@ -189,12 +204,14 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: sap-source
path: SAP/Source/
vault: true
versions:
- "8.10"
- "9.4"
- "9.5"
- name: saphana-source
path: SAPHANA/Source/
vault: true
Expand All @@ -209,18 +226,21 @@ repos:
versions:
- "8.10"
- "9.4"
- "9.5"
- name: plus-source
path: plus/Source/
vault: true
versions:
- "8.10"
- "9.4"
- "9.5"
- name: synergy-source
path: synergy/Source/
vault: true
versions:
- "8.10"
- "9.4"
- "9.5"

# debug repos
- name: baseos-debuginfo
Expand All @@ -233,6 +253,7 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: appstream-debuginfo
path: AppStream/debug/$basearch/
vault: true
Expand All @@ -243,6 +264,7 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: powertools-debuginfo
path: PowerTools/debug/$basearch/
vault: true
Expand All @@ -253,6 +275,7 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: nfv-debuginfo
path: NFV/debug/$basearch/
vault: true
Expand All @@ -263,6 +286,7 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
arches:
- x86_64
- name: rt-debuginfo
Expand All @@ -275,6 +299,7 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
arches:
- x86_64
- name: extras-debuginfo
Expand All @@ -287,6 +312,7 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: extras-common-debug
path: extras-common/debug/$basearch/
vault: true
Expand All @@ -302,16 +328,19 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: sap-debug
path: SAP/debug/$basearch/
vault: true
versions:
- "9.4"
- "9.5"
- name: saphana-debug
path: SAPHANA/debug/$basearch/
vault: true
versions:
- "9.4"
- "9.5"
- name: sap-debuginfo
path: SAP/debug/$basearch/
vault: true
Expand All @@ -336,6 +365,7 @@ repos:
- s390x
versions:
- "9.4"
- "9.5"
- name: devel-debuginfo
path: devel/debug/$basearch/
vault: true
Expand All @@ -349,6 +379,7 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: plus-debuginfo
path: plus/debug/$basearch/
vault: true
Expand All @@ -359,12 +390,14 @@ repos:
vault: true
versions:
- "9.4"
- "9.5"
- name: synergy-debuginfo
path: synergy/debug/$basearch/
vault: true
versions:
- "8.10"
- "9.4"
- "9.5"

## raspberry pi repos
- name: raspberrypi
Expand Down

0 comments on commit 5036ee7

Please sign in to comment.