commit:     3ed274bd9cc059eb6636b37008e7a08e826689ec
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 19:50:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 19 19:50:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=3ed274bd

Fix musl upload logic

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 13482b10..0ce857ec 100644
--- a/tools/catalyst-auto-amd64-musl.conf
+++ b/tools/catalyst-auto-amd64-musl.conf
@@ -50,7 +50,7 @@ post_build() {
        pushd "${BUILD_SRCDIR_BASE}"/builds/musl >/dev/null || exit
        UPLOAD_DEST=${BUILD_DESTDIR_BASE}
        case ${spec} in
-       stage3.spec)
+       musl/stage3.spec)
                upload stage3-amd64-musl-${TIMESTAMP}.tar.xz*
                ;;
        esac
@@ -59,7 +59,7 @@ post_build() {
        pushd "${BUILD_SRCDIR_BASE}"/builds/musl-hardened >/dev/null || exit
        UPLOAD_DEST=${BUILD_DESTDIR_BASE}
        case ${spec} in
-       stage3.spec)
+       musl/stage3-hardened.spec)
                upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz*
                ;;
        esac

Reply via email to