From a73f1f3f81a8078d092bfcba1cead9ef2463c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 9 Mar 2017 18:23:16 +0100 Subject: [PATCH] nightly.sh: update arches for s390 koji MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dan HorĂ¡k --- nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly.sh b/nightly.sh index 7da4968..9363579 100755 --- a/nightly.sh +++ b/nightly.sh @@ -146,7 +146,7 @@ do elif [ "$koji" = "ppc" ]; then arches=ppc64,ppc64le elif [ "$koji" = "s390" ]; then - arches=s390,s390x + arches=s390x fi ./releng/scripts/srpm-excluded-arch.py -a $arches --path $DESTDIR/compose/Everything/source/tree/Packages/ >$DESTDIR/logs/excludearch-$koji.log done