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 AC2F013933E for ; Thu, 15 Jul 2021 04:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7FEFE0BAF; Thu, 15 Jul 2021 04:32:40 +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 C06A2E0BAF for ; Thu, 15 Jul 2021 04:32:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 025B634017A for ; Thu, 15 Jul 2021 04:32:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61FC07CE for ; Thu, 15 Jul 2021 04:32:37 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1626323496.157cb56b9b26cf1955bc0b1357cae33753588985.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc64le.conf X-VCS-Directories: tools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 157cb56b9b26cf1955bc0b1357cae33753588985 X-VCS-Branch: master Date: Thu, 15 Jul 2021 04:32:37 +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: 1dd88460-069c-4fd3-99fa-6f83861b302d X-Archives-Hash: 09bd47b799d8bcf47de179df67277890 commit: 157cb56b9b26cf1955bc0b1357cae33753588985 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 15 04:31:36 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 15 04:31:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=157cb56b tools/catalyst-auto-ppc64le.conf: symlink latest power9le stages Signed-off-by: Georgy Yakovlev gentoo.org> tools/catalyst-auto-ppc64le.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 8fd6681c..451162d3 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -24,7 +24,7 @@ update_symlinks() { local d f t for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,musl-hardened} ; do pushd "${d}" >/dev/null - for t in ppc64le; do + for t in ppc64le power9le; do for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) ln -sf "${f}" "${of}"