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 A5E58138334 for ; Fri, 4 Jan 2019 16:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63E09E06CC; Fri, 4 Jan 2019 16:47:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3BD5AE06CC for ; Fri, 4 Jan 2019 16:47: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 2A48E335CCD for ; Fri, 4 Jan 2019 16:47:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E2C74FB for ; Fri, 4 Jan 2019 16:46:58 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1546620395.5ed8b0c8b0bcac6d0817b873e834b26850f24c7c.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-sparc64.conf X-VCS-Directories: tools/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 5ed8b0c8b0bcac6d0817b873e834b26850f24c7c X-VCS-Branch: master Date: Fri, 4 Jan 2019 16:46:58 +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: 71e10c9e-04e4-4d11-a199-97f9ec78a8e8 X-Archives-Hash: 4cce46eff351ffab7a905274f737c2da commit: 5ed8b0c8b0bcac6d0817b873e834b26850f24c7c Author: Ben Kohler gentoo org> AuthorDate: Fri Jan 4 16:46:35 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Jan 4 16:46:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=5ed8b0c8 catalyst-auto-sparc64.conf: disable multilib in one more place Signed-off-by: Ben Kohler gentoo.org> tools/catalyst-auto-sparc64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 8e9c9a35..fee5205f 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -33,7 +33,7 @@ give_latest_from_dates() { update_symlinks() { # Symlink the latest stages3 to build from - for d in ${BUILD_SRCDIR_BASE}/builds/{default,multilib} ; do + for d in ${BUILD_SRCDIR_BASE}/default; do pushd $d >/dev/null for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff