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 850F7138334 for ; Sun, 16 Sep 2018 15:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68A71E0940; Sun, 16 Sep 2018 15:12:30 +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 414A7E0940 for ; Sun, 16 Sep 2018 15:12:30 +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 0464F335C7F for ; Sun, 16 Sep 2018 15:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332FD3C6 for ; Sun, 16 Sep 2018 15:12:26 +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: <1537110680.5c7cf135fe7d2d2a4efa8a2f677bae0b9bf36544.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc64.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5c7cf135fe7d2d2a4efa8a2f677bae0b9bf36544 X-VCS-Branch: master Date: Sun, 16 Sep 2018 15:12:26 +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: 91bf689b-dfff-4c73-85b8-9e1a4ae93218 X-Archives-Hash: 231fbb04dd0962a7683250e57d76c8a9 commit: 5c7cf135fe7d2d2a4efa8a2f677bae0b9bf36544 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 16 15:11:20 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Sep 16 15:11:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=5c7cf135 catalyst-auto: Build ppc64 stages from stage{1,3}.spec Spec files were renamed in commit cf41003f5ca3 ("specs/ppc: Remove "64ul" from stage names") tools/catalyst-auto-ppc64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf index ce5aa5c8..7c1ed9d3 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.conf @@ -3,7 +3,7 @@ SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ppc/ppc64 -SPECS="stage1-64ul.spec stage3-64ul.spec" +SPECS="stage1.spec stage3.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"