From 09f3b3a5cd37a5880178137105132626361316e5 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 7 Feb 2019 13:55:45 +0200 Subject: scripts/gen_archlist.py: Add s390 s390 is somewhat doing stable again and keeping up with things, so include it in package stabilization lists too now. Signed-off-by: Mart Raudsepp --- scripts/gen_archlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py index 746255f9..17fcd6f1 100755 --- a/scripts/gen_archlist.py +++ b/scripts/gen_archlist.py @@ -38,7 +38,7 @@ logger = logging.getLogger('gen_archlist') # GNOME_OVERLAY = PORTDB.getRepositoryPath('gnome') portage.portdb.porttrees = [portage.settings['PORTDIR']] STABLE_ARCHES = ('alpha', 'amd64', 'arm', 'arm64', 'hppa', 'ia64', - 'ppc', 'ppc64', 'sparc', 'x86') + 'ppc', 'ppc64', 's390', 'sparc', 'x86') UNSTABLE_ARCHES = ('~alpha', '~amd64', '~arm', '~arm64', '~hppa', '~ia64', '~m68k', '~ppc', '~ppc64', '~s390', '~sh', '~sparc', '~x86', '~x86-fbsd') -- cgit v1.2.3-65-gdbad