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 CDC5215800F for ; Wed, 25 Jan 2023 15:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4981E0837; Wed, 25 Jan 2023 15:07:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C0D63E0837 for ; Wed, 25 Jan 2023 15:07:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 979D633FEF1 for ; Wed, 25 Jan 2023 15:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F7A882 for ; Wed, 25 Jan 2023 15:07:10 +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: <1674659220.b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-mips-common X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5 X-VCS-Branch: master Date: Wed, 25 Jan 2023 15:07:10 +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: aa295418-2519-4c63-959f-d5309e798035 X-Archives-Hash: c8e56f77f8902fe9da4e1040df009de7 commit: b0cb15f47f4b1ca2d061b4d54efa81f5eddfe5b5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jan 25 15:06:38 2023 +0000 Commit: Andreas K. Hüttel gentoo 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 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* ;;