commit: b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 15:06:38 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 15:07:00 2023 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b0cb15f4
Add missing mips upload command
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-mips-common | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/catalyst-auto-qemu-mips-common
b/tools/catalyst-auto-qemu-mips-common
index be2bd0b8..1c2e0592 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -176,6 +176,9 @@ post_build() {
stage3-mipsel3-o32-systemd-mu.spec)
upload stage3-mipsel3-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
+ stage3-mipsel3-n32-systemd-mu.spec)
+ upload stage3-mipsel3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+ ;;
stage3-mipsel3-n64-systemd-mu.spec)
upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;