Upload 23.0 stages for amd64

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-03-22 21:18:37 +01:00
parent 7cfc7ad757
commit f5a35a1e42
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -27,12 +27,9 @@ SETS="
x32_openrc_23 x32_openrc_23
x32_systemd_23 x32_systemd_23
openrc openrc
systemd_mu
livegui livegui
nomultilib_openrc nomultilib_openrc
nomultilib_systemd_mu
llvm_openrc llvm_openrc
llvm_systemd_mu
hardened_openrc hardened_openrc
hardened_nomultilib_openrc hardened_nomultilib_openrc
hardened_selinux_openrc hardened_selinux_openrc
@ -41,7 +38,6 @@ SETS="
musl_hardened musl_hardened
musl_llvm musl_llvm
x32_openrc x32_openrc
x32_systemd_mu
" "
# 17.0 # 17.0
@ -51,9 +47,6 @@ SET_openrc_OPTIONAL_SPECS="stage3d-openrc.spec installcd-stage1.spec installcd-s
SET_livegui_OPTIONAL_SPECS="livegui/livegui-stage1.spec livegui/livegui-stage2.spec" SET_livegui_OPTIONAL_SPECS="livegui/livegui-stage1.spec livegui/livegui-stage2.spec"
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
SET_systemd_mu_OPTIONAL_SPECS="stage3d-systemd-mu.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"
SET_hardened_openrc_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec" SET_hardened_openrc_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
@ -65,12 +58,8 @@ SET_hardened_nomultilib_openrc_SPECS="hardened-nomultilib/stage1-openrc.spec har
SET_nomultilib_openrc_SPECS="nomultilib/stage1-openrc.spec nomultilib/stage3-openrc.spec" SET_nomultilib_openrc_SPECS="nomultilib/stage1-openrc.spec nomultilib/stage3-openrc.spec"
SET_nomultilib_systemd_mu_SPECS="nomultilib/stage1-systemd-mu.spec nomultilib/stage3-systemd-mu.spec"
SET_llvm_openrc_SPECS="clang/stage1-openrc.spec clang/stage3-openrc.spec" SET_llvm_openrc_SPECS="clang/stage1-openrc.spec clang/stage3-openrc.spec"
SET_llvm_systemd_mu_SPECS="clang/stage1-systemd-mu.spec clang/stage3-systemd-mu.spec"
SET_musl_SPECS="musl/stage1.spec musl/stage3.spec" SET_musl_SPECS="musl/stage1.spec musl/stage3.spec"
SET_musl_llvm_SPECS="musl-clang/stage1.spec musl-clang/stage3.spec" SET_musl_llvm_SPECS="musl-clang/stage1.spec musl-clang/stage3.spec"
@ -79,8 +68,6 @@ SET_musl_hardened_SPECS="musl-hardened/stage1.spec musl-hardened/stage3.spec"
SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage3-openrc.spec" SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage3-openrc.spec"
SET_x32_systemd_mu_SPECS="x32/stage1-systemd-mu.spec x32/stage3-systemd-mu.spec"
# 23.0 # 23.0
SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec" SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec"
@ -150,22 +137,10 @@ 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
stage3-openrc.spec)
upload stage3-amd64-openrc-${TIMESTAMP}.tar.xz*
# do not upsync_binpackages, done by extra builder
;;
stage3d-openrc.spec)
upload stage3-amd64-desktop-openrc-${TIMESTAMP}.tar.xz*
;;
installcd-stage2-minimal.spec) installcd-stage2-minimal.spec)
upload install-amd64-minimal-${TIMESTAMP}.iso* upload install-amd64-minimal-${TIMESTAMP}.iso*
;; ;;
nomultilib/stage3-openrc.spec)
upload stage3-amd64-nomultilib-openrc-${TIMESTAMP}.tar.xz*
# do not upsync_binpackages, done by extra builder
;;
x32/stage3-openrc.spec) x32/stage3-openrc.spec)
upload stage3-x32-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-x32" amd64/17.0/x32 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-x32" amd64/17.0/x32
;; ;;
livegui/livegui-stage2.spec) livegui/livegui-stage2.spec)
@ -176,33 +151,42 @@ 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
stage3-openrc-23.spec)
upload stage3-amd64-openrc-${TIMESTAMP}.tar.xz*
# do not upsync_binpackages, done by extra builder
;;
stage3d-openrc-23.spec)
upload stage3-amd64-desktop-openrc-${TIMESTAMP}.tar.xz*
# do not upsync_binpackages, done by extra builder
;;
stage3-systemd-23.spec)
upload stage3-amd64-systemd-${TIMESTAMP}.tar.xz*
# do not upsync_binpackages, done by extra builder
;;
stage3d-systemd-23.spec)
upload stage3-amd64-desktop-systemd-${TIMESTAMP}.tar.xz*
# do not upsync_binpackages, done by extra builder
;;
nomultilib/stage3-openrc-23.spec)
upload stage3-amd64-nomultilib-openrc-${TIMESTAMP}.tar.xz*
# do not upsync_binpackages, done by extra builder
;;
nomultilib/stage3-systemd-23.spec)
upload stage3-amd64-nomultilib-systemd-${TIMESTAMP}.tar.xz*
;;
x32/stage3-openrc-23.spec) x32/stage3-openrc-23.spec)
upload stage3-x32-openrc-${TIMESTAMP}.tar.xz*
;;
x32/stage3-systemd-23.spec)
upload stage3-x32-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-x32" amd64/23.0/x32 upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-x32" amd64/23.0/x32
;; ;;
esac esac
popd >/dev/null || exit popd >/dev/null || exit
pushd "${BUILD_SRCDIR_BASE}"/builds/mergedusr >/dev/null || exit
case ${spec} in
stage3-systemd-mu.spec)
upload stage3-amd64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
stage3d-systemd-mu.spec)
upload stage3-amd64-desktop-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
nomultilib/stage3-systemd-mu.spec)
upload stage3-amd64-nomultilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
x32/stage3-systemd-mu.spec)
upload stage3-x32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit
pushd "${BUILD_SRCDIR_BASE}"/builds/clang >/dev/null || exit pushd "${BUILD_SRCDIR_BASE}"/builds/clang >/dev/null || exit
case ${spec} in case ${spec} in
clang/stage3-openrc.spec) clang/stage3-openrc.spec)
upload stage3-amd64-llvm-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/clang/stage3-amd64" amd64/17.1/x86-64_llvm upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/clang/stage3-amd64" amd64/17.1/x86-64_llvm
;; ;;
esac esac
@ -210,16 +194,12 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-llvm >/dev/null || exit pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-llvm >/dev/null || exit
case ${spec} in case ${spec} in
llvm/stage3-systemd-23.spec) llvm/stage3-openrc-23.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-llvm/stage3-amd64" amd64/23.0/x86-64_llvm upload stage3-amd64-llvm-openrc-${TIMESTAMP}.tar.xz*
;; ;;
esac llvm/stage3-systemd-23.spec)
popd >/dev/null || exit upload stage3-amd64-llvm-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-llvm/stage3-amd64" amd64/23.0/x86-64_llvm
pushd "${BUILD_SRCDIR_BASE}"/builds/llvm-mergedusr >/dev/null || exit
case ${spec} in
clang/stage3-systemd-mu.spec)
upload stage3-amd64-llvm-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;; ;;
esac esac
popd >/dev/null || exit popd >/dev/null || exit
@ -227,36 +207,41 @@ post_build() {
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-amd64-hardened-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/hardened/stage3-amd64" amd64/17.1/x86-64_hardened upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/hardened/stage3-amd64" amd64/17.1/x86-64_hardened
;; ;;
hardened/admincd-stage2.spec) hardened/admincd-stage2.spec)
upload admincd-amd64-${TIMESTAMP}.iso* upload admincd-amd64-${TIMESTAMP}.iso*
;; ;;
hardened-nomultilib/stage3-openrc.spec)
upload stage3-amd64-hardened-nomultilib-openrc-${TIMESTAMP}.tar.xz*
;;
hardened-selinux/stage3-openrc.spec)
upload stage3-amd64-hardened-selinux-openrc-${TIMESTAMP}.tar.xz*
;;
hardened-nomultilib-selinux/stage3-openrc.spec)
upload stage3-amd64-hardened-nomultilib-selinux-openrc-${TIMESTAMP}.tar.xz*
;;
esac esac
popd >/dev/null || exit popd >/dev/null || exit
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)
upload stage3-amd64-hardened-openrc-${TIMESTAMP}.tar.xz*
;;
hardened/stage3-systemd-23.spec) hardened/stage3-systemd-23.spec)
upload stage3-amd64-hardened-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-hardened/stage3-amd64" amd64/23.0/x86-64_hardened upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-hardened/stage3-amd64" amd64/23.0/x86-64_hardened
;; ;;
hardened-nomultilib/stage3-openrc-23.spec)
upload stage3-amd64-hardened-nomultilib-openrc-${TIMESTAMP}.tar.xz*
;;
hardened-nomultilib/stage3-systemd-23.spec)
upload stage3-amd64-hardened-nomultilib-systemd-${TIMESTAMP}.tar.xz*
;;
hardened-selinux/stage3-openrc-23.spec)
upload stage3-amd64-hardened-selinux-openrc-${TIMESTAMP}.tar.xz*
;;
hardened-nomultilib-selinux/stage3-openrc-23.spec)
upload stage3-amd64-hardened-nomultilib-selinux-openrc-${TIMESTAMP}.tar.xz*
;;
esac esac
popd >/dev/null || exit popd >/dev/null || exit
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-amd64-musl-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-amd64" amd64/17.1/x86-64_musl upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-amd64" amd64/17.1/x86-64_musl
;; ;;
esac esac
@ -265,6 +250,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-amd64-musl-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-amd64" amd64/23.0/x86-64_musl upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-amd64" amd64/23.0/x86-64_musl
;; ;;
esac esac
@ -273,7 +259,6 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/musl-clang >/dev/null || exit pushd "${BUILD_SRCDIR_BASE}"/builds/musl-clang >/dev/null || exit
case ${spec} in case ${spec} in
musl-clang/stage3.spec) musl-clang/stage3.spec)
upload stage3-amd64-musl-llvm-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-clang/stage3-amd64" amd64/17.1/x86-64_musl_llvm upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-clang/stage3-amd64" amd64/17.1/x86-64_musl_llvm
;; ;;
esac esac
@ -282,6 +267,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-musl-llvm >/dev/null || exit pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-musl-llvm >/dev/null || exit
case ${spec} in case ${spec} in
musl-llvm/stage3-23.spec) musl-llvm/stage3-23.spec)
upload stage3-amd64-musl-llvm-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-llvm/stage3-amd64" amd64/23.0/x86-64_musl_llvm upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-llvm/stage3-amd64" amd64/23.0/x86-64_musl_llvm
;; ;;
esac esac
@ -290,7 +276,6 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/musl-hardened >/dev/null || exit pushd "${BUILD_SRCDIR_BASE}"/builds/musl-hardened >/dev/null || exit
case ${spec} in case ${spec} in
musl-hardened/stage3.spec) musl-hardened/stage3.spec)
upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-amd64" amd64/17.1/x86-64_musl_hardened upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-amd64" amd64/17.1/x86-64_musl_hardened
;; ;;
esac esac
@ -299,6 +284,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-musl-hardened >/dev/null || exit pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-musl-hardened >/dev/null || exit
case ${spec} in case ${spec} in
musl-hardened/stage3-23.spec) musl-hardened/stage3-23.spec)
upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-amd64" amd64/23.0/x86-64_musl_hardened upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-amd64" amd64/23.0/x86-64_musl_hardened
;; ;;
esac esac