From 1a45143b009da49a68992b6987f37f675b36e99a Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 17 Oct 2024 15:14:16 -0700 Subject: [PATCH] fix rs for generators --- mangle/generators/common.py | 1 - mangle/generators/common_10 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mangle/generators/common.py b/mangle/generators/common.py index 2b6a397..2882490 100644 --- a/mangle/generators/common.py +++ b/mangle/generators/common.py @@ -47,7 +47,6 @@ class common: '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'] diff --git a/mangle/generators/common_10 b/mangle/generators/common_10 index 06cdee5..d325535 100644 --- a/mangle/generators/common_10 +++ b/mangle/generators/common_10 @@ -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"