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 F263C1382C5 for ; Sat, 1 May 2021 20:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 578E2E0D16; Sat, 1 May 2021 20:50:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 41A0EE0D14 for ; Sat, 1 May 2021 20:50:48 +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 624A1335D79 for ; Sat, 1 May 2021 20:50:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFC2E5D2 for ; Sat, 1 May 2021 20:50:45 +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: <1619901996.6e6811f188354b6f6e8b46c068552ee486d30caa.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64-musl.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6e6811f188354b6f6e8b46c068552ee486d30caa X-VCS-Branch: master Date: Sat, 1 May 2021 20:50:45 +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: d6a72a3d-532c-4100-a85e-9d6115a2cd89 X-Archives-Hash: 2a6e627797dac8d5783e7195800d5b91 commit: 6e6811f188354b6f6e8b46c068552ee486d30caa Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 1 20:46:36 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 1 20:46:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6e6811f1 Fix directory path Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-amd64-musl.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/catalyst-auto-amd64-musl.conf b/tools/catalyst-auto-amd64-musl.conf index 1b4e2b3b..65de7672 100644 --- a/tools/catalyst-auto-amd64-musl.conf +++ b/tools/catalyst-auto-amd64-musl.conf @@ -7,7 +7,6 @@ host=$(hostname) ARCH="amd64" TYPE="auto" -source /etc/catalyst/release/build.env SPECS_DIR=${REPO_DIR}/releases/specs/amd64/musl @@ -26,7 +25,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}/{musl} ; do + for d in ${BUILD_SRCDIR_BASE}/musl ; do pushd "${d}" >/dev/null || exit shopt -s extglob for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do