commit: 2c8094b06740aa14e8e98c6894dc8143bfa863bb Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Feb 12 21:26:23 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Feb 12 21:27:57 2026 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=2c8094b0
Also upload ppc32 dist-kernel build Closes: https://github.com/gentoo/releng/pull/47 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> tools/catalyst-auto-ppc.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index c66e7a79..5735dd43 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -17,7 +17,7 @@ SETS=" " SET_openrc_23_SPECS="ppc32/stage1-openrc-23.spec ppc32/stage3-openrc-23.spec" -SET_openrc_23_OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" +SET_openrc_23_OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec ppc32/installcd-stage2-minimal-dist.spec" SET_systemd_23_SPECS="ppc32/stage1-systemd-23.spec ppc32/stage3-systemd-23.spec" @@ -81,7 +81,10 @@ post_build() { upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-ppc" ppc/23.0/ppc_musl_hardened ;; ppc32/installcd-stage2-minimal.spec) - upload 23.0-default/*${TIMESTAMP}*.iso* + upload 23.0-default/install-powerpc-minimal-${TIMESTAMP}.iso* + ;; + ppc32/installcd-stage2-minimal-dist.spec) + upload 23.0-default/install-powerpc-minimal-dist-${TIMESTAMP}.iso* ;; ppc64/stage3-openrc-23.spec) upload 23.0-default/stage3-ppc64-openrc-*${TIMESTAMP}*.xz*
