commit: 8b0a02fbc194113c73d188a94c812c58b448f79c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 17:51:30 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 17:51:30 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8b0a02fb
Also upload the mips n64 systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-mips.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tools/catalyst-auto-qemu-mips.conf
b/tools/catalyst-auto-qemu-mips.conf
index 36abd7c2..c6eaefcb 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -62,12 +62,18 @@ post_build() {
stage3-mipsel3-n64-openrc.spec)
upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz*
;;
+ stage3-mipsel3-n64-systemd.spec)
+ upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
+ ;;
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips64el-n64-openrc.spec)
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz*
;;
+ stage3-mips64el-n64-systemd.spec)
+ upload stage3-mips64el_n64-systemd-${TIMESTAMP}.tar.xz*
+ ;;
*)
echo "Finished ${spec}"
;;