diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index 6b148372..fff9f8b9 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -44,6 +44,7 @@ post_build() { ;; stage3-systemd.spec) upload stage3-alpha-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-alpha" alpha/17.0/alpha ;; esac popd >/dev/null diff --git a/tools/catalyst-auto-qemu-arm64.conf b/tools/catalyst-auto-qemu-arm64.conf index 1c010da2..03bcfd96 100644 --- a/tools/catalyst-auto-qemu-arm64.conf +++ b/tools/catalyst-auto-qemu-arm64.conf @@ -43,6 +43,7 @@ post_build() { ;; stage3-systemd.spec) upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-aarch64_be" arm64/17.0/aarch64_be ;; esac popd >/dev/null diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index 3a10d3c0..39bdd83b 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -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 ;; *) diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 01ff6198..99dee3e3 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -129,6 +129,7 @@ post_build() { ;; stage3-mips2-o32-systemd.spec) upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips2" mips/17.0/mips2_o32 ;; stage3-mips2_softfloat-o32-openrc.spec) upload stage3-mips2_softfloat-openrc-${TIMESTAMP}.tar.xz* diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 2b0f985b..6872b152 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -61,6 +61,8 @@ post_build() { stage3*systemd.spec) pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g' -e 's:-mu:-mergedusr:g')-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-rv64_lp64d" riscv/20.0/rv64_lp64d + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-rv64_lp64" riscv/20.0/rv64_lp64 popd >/dev/null ;; stage3*systemd-mu.spec) diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index 2f7ee79e..51a11e1e 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -47,6 +47,7 @@ post_build() { ;; stage3-systemd.spec) upload stage3-${SUBARCH}-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-s390" s390/17.0/s390 ;; esac popd >/dev/null