From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CDE015808B for ; Sat, 26 Mar 2022 17:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81AA1E07EA; Sat, 26 Mar 2022 17:52:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D019FE07EA for ; Sat, 26 Mar 2022 17:52:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78DDA343568 for ; Sat, 26 Mar 2022 17:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E56D3290 for ; Sat, 26 Mar 2022 17:52:20 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1648317090.8b0a02fbc194113c73d188a94c812c58b448f79c.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-mips.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8b0a02fbc194113c73d188a94c812c58b448f79c X-VCS-Branch: master Date: Sat, 26 Mar 2022 17:52:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2af5c0ff-735e-4410-bb6e-2d12db2956f3 X-Archives-Hash: f77bba1080ad56f251429ba1e745a6af commit: 8b0a02fbc194113c73d188a94c812c58b448f79c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 26 17:51:30 2022 +0000 Commit: Andreas K. Hüttel gentoo 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 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}" ;;