Switch ppc boot media to 23.0

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-04-05 20:21:07 +02:00
parent fd5ffe4d2f
commit 0e294a12b2
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
3 changed files with 33 additions and 34 deletions

View file

@ -19,7 +19,6 @@ SETS="
"
SET_openrc_SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec"
SET_musl_hardened_SPECS="ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec"
@ -28,6 +27,7 @@ SET_openrc_64_SPECS="ppc64/stage1-openrc.spec ppc64/stage3-openrc.spec"
SET_musl_hardened_64_SPECS="ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec"
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_systemd_23_SPECS="ppc32/stage1-systemd-23.spec ppc32/stage3-systemd-23.spec"
@ -68,9 +68,6 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds" >/dev/null
case ${spec} in
ppc32/installcd-stage2-minimal.spec)
upload default/*${TIMESTAMP}*.iso*
;;
ppc32/stage3-openrc.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-ppc" ppc/17.0/ppc
;;
@ -83,7 +80,6 @@ post_build() {
ppc64/stage3-musl-hardened-openrc.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-ppc64" ppc/17.0/ppc64_musl_hardened
;;
ppc32/stage3-openrc-23.spec)
upload 23.0-default/stage3-ppc-openrc-*${TIMESTAMP}*.xz*
;;
@ -95,6 +91,9 @@ post_build() {
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
;;
ppc32/installcd-stage2-minimal.spec)
upload 23.0-default/*${TIMESTAMP}*.iso*
;;
ppc64/stage3-openrc-23.spec)
upload 23.0-default/stage3-ppc64-openrc-*${TIMESTAMP}*.xz*
;;