Skip to content

Commit

Permalink
fix rs for generators
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Oct 17, 2024
1 parent fc0b738 commit 1a45143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mangle/generators/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def rl10(self):
'CRB': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'HighAvailability': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'NFV': ['x86_64'],
'ResilientStorage': ['ppc64le', 's390x', 'x86_64'],
'RT': ['x86_64'],
'SAP': ['ppc64le', 's390x', 'x86_64'],
'SAPHANA': ['ppc64le', 'x86_64']
Expand Down
2 changes: 1 addition & 1 deletion mangle/generators/common_10
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To be sourced by scripts to use

REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "ResilientStorage" "NFV" "RT" "SAP" "SAPHANA")
REPO=("BaseOS" "AppStream" "CRB" "HighAvailability" "NFV" "RT" "SAP" "SAPHANA")
ARCH=("aarch64" "ppc64le" "s390x" "x86_64")

MAJOR="10"
Expand Down

0 comments on commit 1a45143

Please sign in to comment.