Switch arm64 bootmedia uploads to 23.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
a917becf06
commit
69b60ed89e
3 changed files with 32 additions and 37 deletions
|
@ -23,9 +23,9 @@ SETS="
|
|||
"
|
||||
|
||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec"
|
||||
SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec stage3d-openrc-23.spec"
|
||||
SET_openrc_23_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
SET_openrc_23_su_SPECS="stage1-openrc-23-su.spec stage3-openrc-23-su.spec"
|
||||
|
||||
|
@ -71,14 +71,6 @@ update_symlinks() {
|
|||
post_build() {
|
||||
local set=$1 spec=$2
|
||||
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
case ${spec} in
|
||||
installcd-stage2-minimal.spec)
|
||||
upload install-arm64-*${TIMESTAMP}*.iso*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null
|
||||
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null
|
||||
case ${spec} in
|
||||
stage3-openrc-23.spec)
|
||||
|
@ -97,6 +89,9 @@ post_build() {
|
|||
upload stage3-${SUBARCH}-desktop-systemd-${TIMESTAMP}*.xz*
|
||||
# do not upsync_binpackages, done by extra builder
|
||||
;;
|
||||
installcd-stage2-minimal.spec)
|
||||
upload install-arm64-*${TIMESTAMP}*.iso*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue