aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-26 18:51:30 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-26 18:51:30 +0100
commit8b0a02fbc194113c73d188a94c812c58b448f79c (patch)
tree609c44b391c31192e9a0018743c23cf77d7c3eab
parentreleases/kconfig/amd64: add vmd.ko to livegui (diff)
downloadreleng-8b0a02fb.tar.gz
releng-8b0a02fb.tar.bz2
releng-8b0a02fb.zip
Also upload the mips n64 systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-qemu-mips.conf6
1 files changed, 6 insertions, 0 deletions
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}"
;;