[PATCH] [Kimchi] remote iso listing for s390x

From: Suresh Babu Angadi <sureshab@in.ibm.com> added s390x architecture. this enables to check only s390x iso links while scanning for remote isos. Signed-off-by: Suresh Babu Angadi <sureshab@in.ibm.com> --- distroloader.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distroloader.py b/distroloader.py index 1467a4c..775e8c9 100644 --- a/distroloader.py +++ b/distroloader.py @@ -31,7 +31,8 @@ from wok.plugins.kimchi import config ARCHS = {'x86_64': ['x86_64', 'amd64', 'i686', 'x86', 'i386'], 'amd64': ['x86_64', 'amd64', 'i686', 'x86', 'i386'], 'ppc64': ['ppc', 'ppc64'], - 'ppc64le': ['ppc64', 'ppc64le']} + 'ppc64le': ['ppc64', 'ppc64le'], + 's390x': ['s390', 's390x']} class DistroLoader(object): -- 2.1.0

Applied. Thanks. Regards, Aline Manera
participants (2)
-
Aline Manera
-
sureshab@linux.vnet.ibm.com