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 9747C1381F3 for ; Wed, 14 Aug 2013 18:01:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 296FCE0C84; Wed, 14 Aug 2013 18:01:29 +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 98D6AE0C8B for ; Wed, 14 Aug 2013 18:01:28 +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 A8C1933ECC6 for ; Wed, 14 Aug 2013 18:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3805DE545D for ; Wed, 14 Aug 2013 18:01:26 +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: <1376502931.93c25d5835e41fceaf5f5ac962ff95d90be43191.armin76@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: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: 93c25d5835e41fceaf5f5ac962ff95d90be43191 X-VCS-Branch: master Date: Wed, 14 Aug 2013 18:01: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: 4e6747ec-557e-48f0-bb1d-479bb5e46158 X-Archives-Hash: eaa481967d02df184362cee58a37c86c commit: 93c25d5835e41fceaf5f5ac962ff95d90be43191 Author: Raúl Porcel gentoo org> AuthorDate: Wed Aug 14 17:55:31 2013 +0000 Commit: Raúl Porcel gentoo org> CommitDate: Wed Aug 14 17:55:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=93c25d58 Add a dash for just in case --- tools/catalyst-auto-hppa.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 87efa66..25199cb 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -40,7 +40,7 @@ pre_build() { for d in ${BUILD_SRCDIR_BASE}/builds/default ; do pushd $d for t in hppa1.1 hppa2.0; do - for f in $(ls stage3-${t}*bz2 | give_latest_from_dates ) ; do + for f in $(ls stage3-${t}-*bz2 | give_latest_from_dates ) ; do of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for $ ln -sf $f $of