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 38BBB15800A for ; Wed, 16 Aug 2023 19:30:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756F62BC020; Wed, 16 Aug 2023 19:30:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AED32BC020 for ; Wed, 16 Aug 2023 19:30:06 +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 5D180335D87 for ; Wed, 16 Aug 2023 19:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B31BAF4E for ; Wed, 16 Aug 2023 19:30:03 +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: <1692214182.1f8f309cad79d7cb063a8eea40b252c301515c8f.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-qemu-riscv.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1f8f309cad79d7cb063a8eea40b252c301515c8f X-VCS-Branch: master Date: Wed, 16 Aug 2023 19:30:03 +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: 664b06b3-26a5-48c8-8973-bc9cfe300e21 X-Archives-Hash: 9a55863371b109f144a9682fb1bf6fa2 commit: 1f8f309cad79d7cb063a8eea40b252c301515c8f Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Aug 16 19:29:42 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Aug 16 19:29:42 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1f8f309c More uploads Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-amd64.conf | 7 ++++++- tools/catalyst-auto-qemu-riscv.conf | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index b5cf1b7c..4fbce5bf 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -137,6 +137,7 @@ post_build() { ;; x32/stage3-systemd.spec) upload stage3-x32-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-x32" amd64/17.0/x32 ;; livegui/livegui-stage2.spec) upload livegui-amd64-${TIMESTAMP}.iso* @@ -168,7 +169,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 + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/clang/stage3-amd64" amd64/17.1/x86-64_llvm ;; esac popd >/dev/null || exit @@ -185,6 +186,7 @@ post_build() { case ${spec} in hardened/stage3-openrc.spec) upload stage3-amd64-hardened-openrc-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/hardened/stage3-amd64" amd64/17.1/x86-64_hardened ;; hardened/admincd-stage2.spec) upload admincd-amd64-${TIMESTAMP}.iso* @@ -205,6 +207,7 @@ post_build() { case ${spec} in musl/stage3.spec) upload stage3-amd64-musl-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-amd64" amd64/17.1/x86-64_musl ;; esac popd >/dev/null || exit @@ -213,6 +216,7 @@ post_build() { case ${spec} in musl-clang/stage3.spec) upload stage3-amd64-musl-llvm-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-clang/stage3-amd64" amd64/17.1/x86-64_musl_llvm ;; esac popd >/dev/null || exit @@ -221,6 +225,7 @@ post_build() { case ${spec} in musl-hardened/stage3.spec) upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-amd64" amd64/17.1/x86-64_musl_hardened ;; esac popd >/dev/null || exit diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 6872b152..0f3c3562 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -73,6 +73,8 @@ post_build() { stage3*musl.spec) pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:-:_:g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-rv64_lp64d_musl" riscv/20.0/rv64_lp64d_musl + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-rv64_lp64_musl" riscv/20.0/rv64_lp64_musl popd >/dev/null ;; *)