From e69459e41bdbfab82e1ca4fbfc4a5ffeee2121bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 5 Mar 2022 17:11:23 +0100 Subject: [PATCH] Fix and update mips upload filenames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-qemu-mips.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf index 252de290..fa6a326b 100644 --- a/tools/catalyst-auto-qemu-mips.conf +++ b/tools/catalyst-auto-qemu-mips.conf @@ -37,8 +37,17 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null case ${spec} in + stage3-mips2-o32-openrc.spec) + upload stage3-mips2-openrc-${TIMESTAMP}.tar.xz* + ;; + stage3-mipsel2-o32-openrc.spec) + upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz* + ;; stage3-mips32-o32-openrc.spec) - upload stage3-mips32_o32-openrc-${TIMESTAMP}.tar.xz* + upload stage3-mips32-openrc-${TIMESTAMP}.tar.xz* + ;; + stage3-mips32el-o32-openrc.spec) + upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz* ;; stage3-mips64-n64-openrc.spec) upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*