commit: f8b44bf3ab417dc1fd74cb6e3d6f9daf5697f08d Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Dec 5 20:40:53 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 20:40:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f8b44bf3
Add upload for alpha 23.0 binpackages Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> tools/catalyst-auto-qemu-alpha.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index a0791f24..bc7964f7 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -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 }