commit:     e69459e41bdbfab82e1ca4fbfc4a5ffeee2121bb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 16:11:23 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 16:11:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=e69459e4

Fix and update mips upload filenames

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

 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*

Reply via email to