From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62A22138335 for ; Thu, 30 May 2019 21:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BDEAE08AB; Thu, 30 May 2019 21:11:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72B8BE08AB for ; Thu, 30 May 2019 21:11:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2D103453A8 for ; Thu, 30 May 2019 21:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AAE6601 for ; Thu, 30 May 2019 21:11:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1559250625.c02b25b76504f0c226c73eb63bc853de4c5d37ae.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-s390.conf tools/catalyst-auto-s390x.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c02b25b76504f0c226c73eb63bc853de4c5d37ae X-VCS-Branch: master Date: Thu, 30 May 2019 21:11:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8aba4233-722b-4970-9a99-4288b839c1e4 X-Archives-Hash: 4eba811199d0b6fcd6fbe566ff1e7722 commit: c02b25b76504f0c226c73eb63bc853de4c5d37ae Author: Matt Turner gentoo org> AuthorDate: Thu May 30 21:01:25 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 30 21:10:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c02b25b7 catalyst-auto: Skip s390 stage2 builds Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-s390.conf | 2 +- tools/catalyst-auto-s390x.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index 36672db2..b42797dc 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -6,7 +6,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default netboot" -SET_default_SPECS="stage1.spec stage2.spec stage3.spec" +SET_default_SPECS="stage1.spec stage3.spec" SET_netboot_SPECS="netboot/netboot.spec" diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf index 2aa01f7a..2f9b9b4a 100644 --- a/tools/catalyst-auto-s390x.conf +++ b/tools/catalyst-auto-s390x.conf @@ -6,7 +6,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default netboot" -SET_default_SPECS="stage1.spec stage2.spec stage3.spec" +SET_default_SPECS="stage1.spec stage3.spec" SET_netboot_SPECS="netboot/netboot.spec"