commit:     05c249ceb8efc46b703ef5999f612e16be242f32
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 30 21:18:45 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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

Reply via email to