commit:     16261751801f082e769f9ef9aa70a2b84cc459ae
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 15:56:12 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 15:56:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=16261751

Fix upload filename

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

 tools/catalyst-auto-qemu-riscv.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-qemu-riscv.conf 
b/tools/catalyst-auto-qemu-riscv.conf
index 6af25e4b..0bf8f877 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -57,7 +57,7 @@ post_build() {
                        ;;
                stage3*musl.spec)
                        pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
-                       upload stage3-rv64_$(echo ${spec}|sed -e 
's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
+                       upload stage3-rv64_$(echo ${spec}|sed -e 
's:^stage3-::g' -e 's:-:_:g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
                        popd >/dev/null
                        ;;
                *)

Reply via email to