commit:     506c8f79a50c90accf14cc70c8055d01203f979e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 20:53:29 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May  1 20:53:29 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=506c8f79

Fix path, again

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-amd64-musl.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-amd64-musl.conf 
b/tools/catalyst-auto-amd64-musl.conf
index 65de7672..8344aa59 100644
--- a/tools/catalyst-auto-amd64-musl.conf
+++ b/tools/catalyst-auto-amd64-musl.conf
@@ -25,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}/builds/musl ; do
                pushd "${d}" >/dev/null || exit
                shopt -s extglob
                for f in $(ls stage3*${EXTENSIONS} | grep -v latest | 
give_latest_from_dates ) ; do
@@ -48,7 +48,7 @@ update_symlinks() {
 post_build() {
        local set=$1 spec=$2
 
-       pushd "${BUILD_SRCDIR_BASE}"/musl >/dev/null || exit
+       pushd "${BUILD_SRCDIR_BASE}"/builds/musl >/dev/null || exit
        UPLOAD_DEST=${BUILD_DESTDIR_BASE}
        case ${spec} in
        stage3.spec)

Reply via email to