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 A268215800A for ; Tue, 15 Aug 2023 21:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9C362BC013; Tue, 15 Aug 2023 21:47:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B06E92BC013 for ; Tue, 15 Aug 2023 21:47:54 +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 BE025340DE9 for ; Tue, 15 Aug 2023 21:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B6F4B8B for ; Tue, 15 Aug 2023 21:47:52 +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: <1692136052.2f3216d9b8db0f1ad6175d56b41bd34c52caf494.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf tools/catalyst-auto-arm64.conf 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: 2f3216d9b8db0f1ad6175d56b41bd34c52caf494 X-VCS-Branch: master Date: Tue, 15 Aug 2023 21:47:52 +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: 161772d7-c0fa-4c15-b9ea-04b4bfa749ca X-Archives-Hash: d5ee1323f31e96a57515814252c4860b commit: 2f3216d9b8db0f1ad6175d56b41bd34c52caf494 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Aug 15 21:47:32 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Aug 15 21:47:32 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=2f3216d9 More binpkg uploads Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-amd64.conf | 1 + tools/catalyst-auto-arm64.conf | 5 +++++ tools/catalyst-auto-qemu-mips-common | 1 + 3 files changed, 7 insertions(+) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index fa78a418..b5cf1b7c 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -168,6 +168,7 @@ post_build() { ;; clang/stage3-systemd.spec) upload stage3-amd64-llvm-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/clang/stage3-amd64" amd64/17.1/amd64_llvm ;; esac popd >/dev/null || exit diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index 01594f7d..3f7904ee 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -60,6 +60,7 @@ post_build() { ;; stage3-systemd.spec) upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-arm64" arm64/17.0/arm64 ;; stage3d-systemd.spec) upload stage3-${SUBARCH}-desktop-systemd-${TIMESTAMP}*.xz* @@ -85,6 +86,7 @@ post_build() { ;; llvm/stage3-systemd.spec) upload stage3-${SUBARCH}-llvm-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/llvm/stage3-arm64" arm64/17.0/arm64_llvm ;; esac popd >/dev/null @@ -101,6 +103,7 @@ post_build() { case ${spec} in musl/stage3.spec) upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-arm64" arm64/17.0/arm64_musl ;; esac popd >/dev/null @@ -109,6 +112,7 @@ post_build() { case ${spec} in musl-hardened/stage3.spec) upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-arm64" arm64/17.0/arm64_musl_hardened ;; esac popd >/dev/null @@ -117,6 +121,7 @@ post_build() { case ${spec} in musl-llvm/stage3.spec) upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-llvm/stage3-arm64" arm64/17.0/arm64_musl_llvm ;; esac popd >/dev/null diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index fea7bff8..b36d28ae 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -160,6 +160,7 @@ post_build() { ;; stage3-mips3-n32-systemd.spec) upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips3_n32" mips/17.0/mips3_n32 ;; stage3-mipsel3-n32-openrc.spec) upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*