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 D53B213933E for ; Mon, 5 Jul 2021 23:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09D75E0A6A; Mon, 5 Jul 2021 23:21:46 +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 E2661E0A6A for ; Mon, 5 Jul 2021 23:21:45 +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 24F07335CF5 for ; Mon, 5 Jul 2021 23:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CC7B63F for ; Mon, 5 Jul 2021 23:21:42 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1625527283.0e939e4cb1b3fedf5114454b4c14821346712eb7.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86-demeter.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0e939e4cb1b3fedf5114454b4c14821346712eb7 X-VCS-Branch: master Date: Mon, 5 Jul 2021 23:21:42 +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: 7b914922-7947-4f05-b998-dabb0de9bab7 X-Archives-Hash: 500281fe53a7622318607fd78338465f commit: 0e939e4cb1b3fedf5114454b4c14821346712eb7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jul 5 23:21:23 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Jul 5 23:21:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0e939e4c x86: also symlink latest in musl builds dir Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-x86-demeter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-x86-demeter.conf b/tools/catalyst-auto-x86-demeter.conf index f8ad498f..fa13276f 100644 --- a/tools/catalyst-auto-x86-demeter.conf +++ b/tools/catalyst-auto-x86-demeter.conf @@ -36,7 +36,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)" update_symlinks() { # Symlink the latest stages3 to build from - for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened} ; do + for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl} ; do pushd "${d}" >/dev/null || exit shopt -s extglob for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do