[Kimchi-devel] [PATCH] [Kimchi] remote iso listing for s390x

sureshab at linux.vnet.ibm.com sureshab at linux.vnet.ibm.com
Mon Sep 12 12:06:53 UTC 2016


From: Suresh Babu Angadi <sureshab at 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 at 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




More information about the Kimchi-devel mailing list