Skip to content

Commit 1a45143

Browse files
committed
fix rs for generators
1 parent fc0b738 commit 1a45143

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mangle/generators/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def rl10(self):
4747
'CRB': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
4848
'HighAvailability': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
4949
'NFV': ['x86_64'],
50-
'ResilientStorage': ['ppc64le', 's390x', 'x86_64'],
5150
'RT': ['x86_64'],
5251
'SAP': ['ppc64le', 's390x', 'x86_64'],
5352
'SAPHANA': ['ppc64le', 'x86_64']

mangle/generators/common_10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# To be sourced by scripts to use
22

3-
REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "ResilientStorage" "NFV" "RT" "SAP" "SAPHANA")
3+
REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "NFV" "RT" "SAP" "SAPHANA")
44
ARCH=("aarch64" "ppc64le" "s390x" "x86_64")
55

66
MAJOR="10"

0 commit comments

Comments
 (0)