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 017ED138334 for ; Fri, 14 Sep 2018 18:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 032AEE0BF9; Fri, 14 Sep 2018 18:25:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D2EC2E0BF9 for ; Fri, 14 Sep 2018 18:25:02 +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 6B42A335D16 for ; Fri, 14 Sep 2018 18:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2981C3BF for ; Fri, 14 Sep 2018 18:24:59 +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: <1536949484.d0afafa0190f4cdd2d41a272f2a2dfb585ac9f42.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-hppa.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d0afafa0190f4cdd2d41a272f2a2dfb585ac9f42 X-VCS-Branch: master Date: Fri, 14 Sep 2018 18:24:59 +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-Archives-Salt: af548f7a-e3b5-4cca-9eb6-483f4531fa37 X-Archives-Hash: 41996d7c4ab083aa86a78d1b58861d37 commit: d0afafa0190f4cdd2d41a272f2a2dfb585ac9f42 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 14 18:24:44 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 14 18:24:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=d0afafa0 catalyst-auto/hppa: Skip stage2 tools/catalyst-auto-hppa.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 14e604ca..f838c940 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -5,9 +5,9 @@ SPECS_DIR=${REPO_DIR}/releases/weekly/specs/hppa SETS="hppa1_1 hppa2_0 hppa_livecd hppa_netboot" -SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage2.spec hppa1.1/stage3.spec" +SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage3.spec" -SET_hppa2_0_SPECS="hppa2.0/stage1.spec hppa2.0/stage2.spec hppa2.0/stage3.spec" +SET_hppa2_0_SPECS="hppa2.0/stage1.spec hppa2.0/stage3.spec" SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"