From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1376487-garchives=archives.gentoo.org@lists.gentoo.org>
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 1270B15808B
	for <garchives@archives.gentoo.org>; Wed, 16 Mar 2022 23:58:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5CCC9E092C;
	Wed, 16 Mar 2022 23:58:19 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 423DEE092C
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 23:58:19 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3B5B333BE6D
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 23:58:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6938A2D2
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 23:58:15 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
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" <dilfridge@gentoo.org>
Message-ID: <1647475078.2d494d1ff227d474ec65be71838aeb8c1ac19d43.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: 2d494d1ff227d474ec65be71838aeb8c1ac19d43
X-VCS-Branch: master
Date: Wed, 16 Mar 2022 23:58:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c31b413d-ef3a-447b-9886-d72ef21710cd
X-Archives-Hash: e681f7742c36c3a47f625763438327c5

commit:     2d494d1ff227d474ec65be71838aeb8c1ac19d43
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 23:57:58 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 23:57:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=2d494d1f

Also upload mips(el)3-n64

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 e355b62d..392b163e 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -54,6 +54,12 @@ post_build() {
 	stage3-mips32el-o32-openrc.spec)
 		upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips3-n64-openrc.spec)
+		upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mipsel3-n64-openrc.spec)
+		upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips64-n64-openrc.spec)
 		upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
 		;;