Add various more binpackage uploads

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-08-12 20:18:21 +02:00
parent a52bbfa16b
commit a525e5c2fe
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
6 changed files with 8 additions and 0 deletions

View file

@ -48,6 +48,7 @@ post_build() {
stage3-systemd.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
upload stage3-m68k-systemd-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-m68k" m68k/17.0/m68k
popd >/dev/null
;;
stage3-systemd-mu.spec)
@ -58,6 +59,7 @@ post_build() {
stage3-musl.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
upload stage3-m68k_musl-${TIMESTAMP}*.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-m68k_musl" m68k/17.0/m68k_musl
popd >/dev/null
;;
*)