Update PPC LE build files and enable binpkg upload

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-12-25 18:06:33 +01:00
parent 7502df16a3
commit 937e558b18
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
15 changed files with 12 additions and 58 deletions

View file

@ -17,14 +17,10 @@ SETS="
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS=" installcd-stage1.spec installcd-stage2-minimal.spec"
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
SET_openrc_power9le_SPECS="stage1-openrc-power9le.spec stage3-openrc-power9le.spec stage3d-openrc-power9le.spec"
SET_systemd_power9le_SPECS="stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
SET_systemd_power9le_mu_SPECS="stage1-systemd-mu-power9le.spec stage3-systemd-mu-power9le.spec stage3d-systemd-mu-power9le.spec"
SET_musl_hardened_SPECS="stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec"
@ -63,22 +59,18 @@ post_build() {
;;
stage3-openrc.spec)
upload default/stage3-ppc64le-openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd.spec)
upload default/stage3-ppc64le-systemd-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-ppc64le" ppc/17.0/ppc64le
;;
stage3-systemd-mu.spec)
upload mergedusr/stage3-ppc64le-systemd-mergedusr-${TIMESTAMP}*.xz*
;;
stage3-openrc-power9le.spec)
upload power9le/stage3-power9le-openrc-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/power9le/stage3-power9le" ppc/17.0/power9le
;;
stage3d-openrc-power9le.spec)
upload power9le/stage3-power9le-desktop-openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd-power9le.spec)
upload power9le/stage3-power9le-systemd-${TIMESTAMP}*.xz*
;;
stage3-systemd-mu-power9le.spec)
upload power9le-mergedusr/stage3-power9le-systemd-mergedusr-${TIMESTAMP}*.xz*
;;
@ -87,9 +79,11 @@ post_build() {
;;
stage3-musl-hardened-openrc.spec)
upload musl-hardened/stage3-ppc64le-musl-hardened-openrc-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-ppc64le" ppc/17.0/ppc64le_musl_hardened
;;
stage3-musl-hardened-openrc-power9le.spec)
upload power9le-musl-hardened/stage3-power9le-musl-hardened-openrc-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/power9le-musl-hardened/stage3-power9le" ppc/17.0/power9le_musl_hardened
;;
*)
echo "Finished ${spec}"