From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1459083-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 18F95158020
	for <garchives@archives.gentoo.org>; Mon, 21 Nov 2022 23:53:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5D26AE0826;
	Mon, 21 Nov 2022 23:52:59 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 4180EE0826
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Nov 2022 23:52:59 +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 4289633BF51
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Nov 2022 23:52:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 93C52624
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Nov 2022 23:52:56 +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: <1669074762.3a97b22d570388e163809b7a4718f3daec54b291.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: 3a97b22d570388e163809b7a4718f3daec54b291
X-VCS-Branch: master
Date: Mon, 21 Nov 2022 23:52:56 +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: f4f2099a-192d-4b2b-9cb8-e1f71e1d7bbd
X-Archives-Hash: 28a13a10a1feebe3242f26c289dadfed

commit:     3a97b22d570388e163809b7a4718f3daec54b291
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 23:52:25 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 23:52:42 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=3a97b22d

Add missing upload instructions

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-qemu-mips-common | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 576be618..e36acad6 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -73,9 +73,15 @@ post_build() {
 	stage3-mips2-o32-openrc.spec)
 		upload stage3-mips2-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips2-o32-systemd.spec)
+		upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel2-o32-openrc.spec)
 		upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mipsel2-o32-systemd.spec)
+		upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips32-o32-openrc.spec)
 		upload stage3-mips32-openrc-${TIMESTAMP}.tar.xz*
 		;;