Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sat, 01 May 2021 20:53:44
Message-Id: 1619902409.506c8f79a50c90accf14cc70c8055d01203f979e.dilfridge@gentoo
1 commit: 506c8f79a50c90accf14cc70c8055d01203f979e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 20:53:29 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 20:53:29 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=506c8f79
7
8 Fix path, again
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-amd64-musl.conf | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-amd64-musl.conf b/tools/catalyst-auto-amd64-musl.conf
16 index 65de7672..8344aa59 100644
17 --- a/tools/catalyst-auto-amd64-musl.conf
18 +++ b/tools/catalyst-auto-amd64-musl.conf
19 @@ -25,7 +25,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
20
21 update_symlinks() {
22 # Symlink the latest stages3 to build from
23 - for d in ${BUILD_SRCDIR_BASE}/musl ; do
24 + for d in ${BUILD_SRCDIR_BASE}/builds/musl ; do
25 pushd "${d}" >/dev/null || exit
26 shopt -s extglob
27 for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do
28 @@ -48,7 +48,7 @@ update_symlinks() {
29 post_build() {
30 local set=$1 spec=$2
31
32 - pushd "${BUILD_SRCDIR_BASE}"/musl >/dev/null || exit
33 + pushd "${BUILD_SRCDIR_BASE}"/builds/musl >/dev/null || exit
34 UPLOAD_DEST=${BUILD_DESTDIR_BASE}
35 case ${spec} in
36 stage3.spec)