Upload 23.0 stages for x86

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-03-23 15:21:03 +01:00
parent 73b527f09b
commit 5e3b3b971f
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -17,9 +17,7 @@ SETS="
hardened_openrc_23 hardened_openrc_23
musl_23 musl_23
i486_openrc i486_openrc
i486_systemd_mu
i686_openrc i686_openrc
i686_systemd_mu
hardened_openrc hardened_openrc
musl musl
" "
@ -29,16 +27,12 @@ SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd
SET_i486_openrc_23_SPECS="i486/stage1-openrc-23.spec i486/stage3-openrc-23.spec" SET_i486_openrc_23_SPECS="i486/stage1-openrc-23.spec i486/stage3-openrc-23.spec"
SET_i486_systemd_mu_SPECS="i486/stage1-systemd-mu.spec i486/stage3-systemd-mu.spec"
SET_i486_systemd_23_SPECS="i486/stage1-systemd-23.spec i486/stage3-systemd-23.spec" SET_i486_systemd_23_SPECS="i486/stage1-systemd-23.spec i486/stage3-systemd-23.spec"
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec" SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec"
SET_i686_openrc_23_SPECS="i686/stage1-openrc-23.spec i686/stage3-openrc-23.spec" SET_i686_openrc_23_SPECS="i686/stage1-openrc-23.spec i686/stage3-openrc-23.spec"
SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec"
SET_i686_systemd_23_SPECS="i686/stage1-systemd-23.spec i686/stage3-systemd-23.spec" SET_i686_systemd_23_SPECS="i686/stage1-systemd-23.spec i686/stage3-systemd-23.spec"
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec" SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec"
@ -84,14 +78,12 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit
case ${spec} in case ${spec} in
i486/stage3-openrc.spec) i486/stage3-openrc.spec)
upload stage3-i486-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i486" x86/17.0/i486 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i486" x86/17.0/i486
;; ;;
i486/installcd-stage2-minimal-openrc.spec) i486/installcd-stage2-minimal-openrc.spec)
upload install-x86-minimal-${TIMESTAMP}.iso* upload install-x86-minimal-${TIMESTAMP}.iso*
;; ;;
i686/stage3-openrc.spec) i686/stage3-openrc.spec)
upload stage3-i686-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i686" x86/17.0/i686 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i686" x86/17.0/i686
;; ;;
esac esac
@ -99,30 +91,26 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/23.0-default >/dev/null || exit pushd ${BUILD_SRCDIR_BASE}/builds/23.0-default >/dev/null || exit
case ${spec} in case ${spec} in
i486/stage3-openrc-23.spec)
upload stage3-i486-openrc-${TIMESTAMP}.tar.xz*
;;
i486/stage3-systemd-23.spec) i486/stage3-systemd-23.spec)
upload stage3-i486-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i486" x86/23.0/i486 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i486" x86/23.0/i486
;; ;;
i686/stage3-openrc-23.spec)
upload stage3-i686-openrc-${TIMESTAMP}.tar.xz*
;;
i686/stage3-systemd-23.spec) i686/stage3-systemd-23.spec)
upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686" x86/23.0/i686 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-i686" x86/23.0/i686
;; ;;
esac esac
popd >/dev/null || exit popd >/dev/null || exit
pushd ${BUILD_SRCDIR_BASE}/builds/mergedusr >/dev/null || exit
case ${spec} in
i486/stage3-systemd-mu.spec)
upload stage3-i486-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
i686/stage3-systemd-mu.spec)
upload stage3-i686-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit
pushd ${BUILD_SRCDIR_BASE}/builds/hardened >/dev/null || exit pushd ${BUILD_SRCDIR_BASE}/builds/hardened >/dev/null || exit
case ${spec} in case ${spec} in
hardened/stage3-openrc.spec) hardened/stage3-openrc.spec)
upload stage3-i686-hardened-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/hardened/stage3-i686" x86/17.0/i686_hardened upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/hardened/stage3-i686" x86/17.0/i686_hardened
;; ;;
hardened/admincd-stage2-openrc.spec) hardened/admincd-stage2-openrc.spec)
@ -134,6 +122,7 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/23.0-hardened >/dev/null || exit pushd ${BUILD_SRCDIR_BASE}/builds/23.0-hardened >/dev/null || exit
case ${spec} in case ${spec} in
hardened/stage3-openrc-23.spec) hardened/stage3-openrc-23.spec)
upload stage3-i686-hardened-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-hardened/stage3-i686" x86/23.0/i686_hardened upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-hardened/stage3-i686" x86/23.0/i686_hardened
;; ;;
esac esac
@ -142,7 +131,6 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/musl >/dev/null || exit pushd ${BUILD_SRCDIR_BASE}/builds/musl >/dev/null || exit
case ${spec} in case ${spec} in
musl/stage3.spec) musl/stage3.spec)
upload stage3-i686-musl-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-i686" x86/17.0/i686_musl upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-i686" x86/17.0/i686_musl
;; ;;
esac esac
@ -151,6 +139,7 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/23.0-musl >/dev/null || exit pushd ${BUILD_SRCDIR_BASE}/builds/23.0-musl >/dev/null || exit
case ${spec} in case ${spec} in
musl/stage3-23.spec) musl/stage3-23.spec)
upload stage3-i686-musl-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-i686" x86/23.0/i686_musl upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-i686" x86/23.0/i686_musl
;; ;;
esac esac