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 973E015800A for ; Sat, 12 Aug 2023 18:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A77762BC025; Sat, 12 Aug 2023 18:18:46 +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 882572BC025 for ; Sat, 12 Aug 2023 18:18:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F84A340D7D for ; Sat, 12 Aug 2023 18:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17F1EF35 for ; Sat, 12 Aug 2023 18:18:44 +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: <1691864301.a525e5c2fe8b4bad6b59be11f66f66a234aea2dc.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-alpha.conf tools/catalyst-auto-qemu-arm64.conf tools/catalyst-auto-qemu-m68k.conf tools/catalyst-auto-qemu-mips-common tools/catalyst-auto-qemu-riscv.conf tools/catalyst-auto-s390.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a525e5c2fe8b4bad6b59be11f66f66a234aea2dc X-VCS-Branch: master Date: Sat, 12 Aug 2023 18:18:44 +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: e8cb0906-8baf-426c-b056-b0abfa6d5ecc X-Archives-Hash: 11337b4e8d8f35ce7c1da2d35b187e72 commit: a525e5c2fe8b4bad6b59be11f66f66a234aea2dc Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Aug 12 18:18:21 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Aug 12 18:18:21 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a525e5c2 Add various more binpackage uploads Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-alpha.conf | 1 + tools/catalyst-auto-qemu-arm64.conf | 1 + tools/catalyst-auto-qemu-m68k.conf | 2 ++ tools/catalyst-auto-qemu-mips-common | 1 + tools/catalyst-auto-qemu-riscv.conf | 2 ++ tools/catalyst-auto-s390.conf | 1 + 6 files changed, 8 insertions(+) diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index 6b148372..fff9f8b9 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -44,6 +44,7 @@ post_build() { ;; stage3-systemd.spec) upload stage3-alpha-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-alpha" alpha/17.0/alpha ;; esac popd >/dev/null diff --git a/tools/catalyst-auto-qemu-arm64.conf b/tools/catalyst-auto-qemu-arm64.conf index 1c010da2..03bcfd96 100644 --- a/tools/catalyst-auto-qemu-arm64.conf +++ b/tools/catalyst-auto-qemu-arm64.conf @@ -43,6 +43,7 @@ post_build() { ;; stage3-systemd.spec) upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-aarch64_be" arm64/17.0/aarch64_be ;; esac popd >/dev/null diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index 3a10d3c0..39bdd83b 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -48,6 +48,7 @@ post_build() { stage3-systemd.spec) pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null upload stage3-m68k-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-m68k" m68k/17.0/m68k popd >/dev/null ;; stage3-systemd-mu.spec) @@ -58,6 +59,7 @@ post_build() { stage3-musl.spec) pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null upload stage3-m68k_musl-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-m68k_musl" m68k/17.0/m68k_musl popd >/dev/null ;; *) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 01ff6198..99dee3e3 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -129,6 +129,7 @@ post_build() { ;; stage3-mips2-o32-systemd.spec) upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips2" mips/17.0/mips2_o32 ;; stage3-mips2_softfloat-o32-openrc.spec) upload stage3-mips2_softfloat-openrc-${TIMESTAMP}.tar.xz* diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 2b0f985b..6872b152 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -61,6 +61,8 @@ post_build() { stage3*systemd.spec) pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g' -e 's:-mu:-mergedusr:g')-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-rv64_lp64d" riscv/20.0/rv64_lp64d + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-rv64_lp64" riscv/20.0/rv64_lp64 popd >/dev/null ;; stage3*systemd-mu.spec) diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index 2f7ee79e..51a11e1e 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -47,6 +47,7 @@ post_build() { ;; stage3-systemd.spec) upload stage3-${SUBARCH}-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-s390" s390/17.0/s390 ;; esac popd >/dev/null