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 4F4FC138334 for ; Thu, 5 Sep 2019 15:48:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34529E07F9; Thu, 5 Sep 2019 15:48:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1DB47E07F9 for ; Thu, 5 Sep 2019 15:48:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3F18E34ACCD for ; Thu, 5 Sep 2019 15:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D3A97CC for ; Thu, 5 Sep 2019 15:48:53 +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: <1567698506.dce27f9f28ec56eef5b5c650e4e6b559cff1cec8.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ia64.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dce27f9f28ec56eef5b5c650e4e6b559cff1cec8 X-VCS-Branch: master Date: Thu, 5 Sep 2019 15:48:53 +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: 4f380850-7202-4679-8737-ccdf754f2d9d X-Archives-Hash: 27e6b049705f2faa187853ee7d89971c commit: dce27f9f28ec56eef5b5c650e4e6b559cff1cec8 Author: Matt Turner gentoo org> AuthorDate: Thu Sep 5 15:48:26 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 5 15:48:26 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=dce27f9f catalyst-auto: Skip ia64 stage2 builds Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-ia64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index 438a5757..b1b61124 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -3,7 +3,7 @@ SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ia64 -SPECS="stage1.spec stage2.spec stage3.spec" +SPECS="stage1.spec stage3.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"