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 ADC57138334 for ; Sun, 16 Sep 2018 15:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4016E0AEC; Sun, 16 Sep 2018 15:10:17 +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 7B093E0AEC for ; Sun, 16 Sep 2018 15:10:17 +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 21D56335CDD for ; Sun, 16 Sep 2018 15:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8FC3D7 for ; Sun, 16 Sep 2018 15:10:04 +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: <1537110536.a42ad6e6403b4addd6b17c4fce3759b4c2b7ea60.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: a42ad6e6403b4addd6b17c4fce3759b4c2b7ea60 X-VCS-Branch: master Date: Sun, 16 Sep 2018 15:10:04 +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: 77db7c2f-5e3d-422c-877e-e66633bf50fa X-Archives-Hash: c74932a521dd781572daafb3b58ebacf commit: a42ad6e6403b4addd6b17c4fce3759b4c2b7ea60 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 16 15:08:56 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Sep 16 15:08:56 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a42ad6e6 catalyst-auto: Build only 64-bit userland on ppc64 and remove '64ul' 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 9af46fc0..bb4d50d0 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.conf @@ -39,7 +39,7 @@ update_symlinks() { local d f t for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64" ; do pushd "${d}" >/dev/null - for t in ppc64-64ul ppc64-32ul; do + for t in ppc64; do for f in $(ls stage3-${t}-*bz2 | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) ln -sf "${f}" "${of}"