Upload 23.0 stages for ia64

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-03-22 23:01:04 +01:00
parent 160dac9be2
commit 257fab1bb7
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -9,14 +9,11 @@ SETS="
openrc_23 openrc_23
systemd_23 systemd_23
openrc openrc
systemd_mu
" "
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec" SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec"
SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec" SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec"
@ -47,13 +44,13 @@ post_build() {
upload builds/default/*${TIMESTAMP}*.iso* upload builds/default/*${TIMESTAMP}*.iso*
;; ;;
stage3-openrc.spec) stage3-openrc.spec)
upload builds/default/stage3-ia64-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages packages/default/stage3-ia64 ia64/17.0/ia64 upsync_binpackages packages/default/stage3-ia64 ia64/17.0/ia64
;; ;;
stage3-systemd-mu.spec) stage3-openrc-23.spec)
upload builds/mergedusr/stage3-ia64-systemd-mergedusr-${TIMESTAMP}.tar.xz* upload builds/23.0-default/stage3-ia64-openrc-${TIMESTAMP}.tar.xz*
;; ;;
stage3-systemd-23.spec) stage3-systemd-23.spec)
upload builds/23.0-default/stage3-ia64-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages packages/23.0-default/stage3-ia64 ia64/23.0/ia64 upsync_binpackages packages/23.0-default/stage3-ia64 ia64/23.0/ia64
;; ;;
esac esac