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 DC53B15800A for ; Sun, 20 Aug 2023 22:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8D7C2BC016; Sun, 20 Aug 2023 22:35:20 +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 5FF232BC016 for ; Sun, 20 Aug 2023 22:35:19 +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 1FA9E335D77 for ; Sun, 20 Aug 2023 22:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CF81DB9 for ; Sun, 20 Aug 2023 22:35:16 +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: <1692570887.d3c2ebe22ad6e7893438180608ae2cb8cadb84bb.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: d3c2ebe22ad6e7893438180608ae2cb8cadb84bb X-VCS-Branch: master Date: Sun, 20 Aug 2023 22:35:16 +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: f1e2170c-d994-4158-b5e0-de916294db89 X-Archives-Hash: df4143e0bd576c0acbaba22e3e5af25e commit: d3c2ebe22ad6e7893438180608ae2cb8cadb84bb Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 20 22:34:47 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 20 22:34:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=d3c2ebe2 Fill in all remaining binpackage uploads Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-mips-common | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 48c21372..3eb082ca 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -143,18 +143,21 @@ post_build() { ;; stage3-mipsel2-o32-systemd.spec) upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel2" mips/17.0/mipsel2_o32 ;; stage3-mipsel2_softfloat-o32-openrc.spec) upload stage3-mipsel2_softfloat-openrc-${TIMESTAMP}.tar.xz* ;; stage3-mipsel2_softfloat-o32-systemd.spec) upload stage3-mipsel2_softfloat-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel2_softfloat" mips/17.0/mipsel2_o32_softfloat ;; stage3-mipsel3-o32-openrc.spec) upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz* ;; stage3-mipsel3-o32-systemd.spec) upload stage3-mipsel3-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3" mips/17.0/mipsel3_o32 ;; stage3-mips3-n32-openrc.spec) upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz* @@ -168,6 +171,7 @@ post_build() { ;; stage3-mipsel3-n32-systemd.spec) upload stage3-mipsel3_n32-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n32" mips/17.0/mipsel3_n32 ;; stage3-mips3-n64-openrc.spec) upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz* @@ -178,10 +182,10 @@ post_build() { ;; stage3-mipsel3-n64-openrc.spec) upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz* - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n64" mips/17.0/mipsel3_n64 ;; stage3-mipsel3-n64-systemd.spec) upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n64" mips/17.0/mipsel3_n64 ;; stage3-mips3-multilib-openrc.spec) upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz* @@ -242,9 +246,11 @@ post_build() { case ${spec} in stage3-mips2-o32-musl.spec) upload stage3-mips2_musl-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-mips2_musl" mips/17.0/mips2_o32_musl ;; stage3-mipsel2-o32-musl.spec) upload stage3-mipsel2_musl-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-mipsel2_musl" mips/17.0/mipsel2_o32_musl ;; esac popd >/dev/null