From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 753AB1381F3 for ; Tue, 20 Aug 2013 06:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDA08E0B39; Tue, 20 Aug 2013 06:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 813CFE0B39 for ; Tue, 20 Aug 2013 06:33:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4217433EBE1 for ; Tue, 20 Aug 2013 06:33:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 29F22E468F for ; Tue, 20 Aug 2013 06:33:54 +0000 (UTC) From: "Raúl Porcel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Raúl Porcel" Message-ID: <1376980422.0fa0d1ff3029231c5c845161a4482dd127a4fded.armin76@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: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: 0fa0d1ff3029231c5c845161a4482dd127a4fded X-VCS-Branch: master Date: Tue, 20 Aug 2013 06:33:54 +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: 4aef4f64-5931-4cc3-a20c-71ccb0e2981a X-Archives-Hash: bebb35f07c34ca3378c3cc4f076e1b00 commit: 0fa0d1ff3029231c5c845161a4482dd127a4fded Author: Raúl Porcel gentoo org> AuthorDate: Tue Aug 20 06:33:42 2013 +0000 Commit: Raúl Porcel gentoo org> CommitDate: Tue Aug 20 06:33:42 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=0fa0d1ff Fix ia64 --- 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 b9d4081..f31cc6e 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -38,7 +38,7 @@ pre_build() { git pull # Symlink the latest stages3 to build from - for d in ${BUILD_SRCDIR_BASE}/builds/{default,multilib} ; do + for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d for f in $(ls stage3*bz2 | grep -v latest | give_latest_from_dates ) ; do of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff