Add upload for alpha 23.0 binpackages

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-12-05 21:40:53 +01:00
parent 1d68ced290
commit f8b44bf3ab
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -59,4 +59,12 @@ post_build() {
;;
esac
popd >/dev/null
pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null
case ${spec} in
stage3-systemd-23.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-alpha" alpha/23.0/alpha
;;
esac
popd >/dev/null
}