From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 102DC15808A for ; Wed, 30 Jul 2025 21:20:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EF83F3415E0 for ; Wed, 30 Jul 2025 21:20:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6E717110379; Wed, 30 Jul 2025 21:20:06 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5D56E110379 for ; Wed, 30 Jul 2025 21:20: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 192813410C7 for ; Wed, 30 Jul 2025 21:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F663089 for ; Wed, 30 Jul 2025 21:20:04 +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: <1753910384.05c249ceb8efc46b703ef5999f612e16be242f32.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 05c249ceb8efc46b703ef5999f612e16be242f32 X-VCS-Branch: master Date: Wed, 30 Jul 2025 21:20:04 +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: 4f2dc8fb-e076-4885-983d-61a9de2893e5 X-Archives-Hash: 1db8d01b587a26b26e7c085e49dd4885 commit: 05c249ceb8efc46b703ef5999f612e16be242f32 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jul 30 21:18:45 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jul 30 21:19:44 2025 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=05c249ce Wire up ppc t64 builds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-ppc.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index fb671487..c66e7a79 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -8,6 +8,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs/ppc SETS=" openrc_23 systemd_23 + openrc_t64_23 + systemd_t64_23 musl_hardened_23 openrc_64_23 systemd_64_23 @@ -19,6 +21,10 @@ SET_openrc_23_OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2 SET_systemd_23_SPECS="ppc32/stage1-systemd-23.spec ppc32/stage3-systemd-23.spec" +SET_openrc_t64_23_SPECS="ppc32-t64/stage1-openrc-23.spec ppc32-t64/stage3-openrc-23.spec" + +SET_systemd_t64_23_SPECS="ppc32-t64/stage1-systemd-23.spec ppc32-t64/stage3-systemd-23.spec" + SET_musl_hardened_23_SPECS="ppc32/stage1-musl-hardened-openrc-23.spec ppc32/stage3-musl-hardened-openrc-23.spec" SET_openrc_64_23_SPECS="ppc64/stage1-openrc-23.spec ppc64/stage3-openrc-23.spec" @@ -63,6 +69,13 @@ post_build() { upload 23.0-default/stage3-ppc-systemd-*${TIMESTAMP}*.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-ppc" ppc/23.0/ppc ;; + ppc32-t64/stage3-openrc-23.spec) + upload 23.0-time64/stage3-ppc-t64-openrc-*${TIMESTAMP}*.xz* + ;; + ppc32-t64/stage3-systemd-23.spec) + upload 23.0-time64/stage3-ppc-t64-systemd-*${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-ppc" ppc/23.0/ppc-t64 + ;; ppc32/stage3-musl-hardened-openrc-23.spec) upload 23.0-musl-hardened/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-ppc" ppc/23.0/ppc_musl_hardened