From 4e0c44a4112977bb7eb101e549aad43ba9e9b58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Thu, 10 Aug 2023 01:18:08 +0200 Subject: [PATCH] Add various more binpackage uploads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-arm.conf | 4 ++++ tools/catalyst-auto-qemu-mips-common | 1 + 2 files changed, 5 insertions(+) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index b74ebc49..2545406f 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -118,12 +118,14 @@ post_build() { ;; armv7a/stage3-systemd.spec) upload stage3-armv7a-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-armv7a" arm/17.0/armv7a ;; armv7a/stage3-hardfloat-openrc.spec) upload stage3-armv7a_hardfp-openrc-${TIMESTAMP}*.xz* ;; armv7a/stage3-hardfloat-systemd.spec) upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-armv7a_hardfp" arm/17.0/armv7a_hardfp ;; esac @@ -159,6 +161,7 @@ post_build() { case ${spec} in armv7a-musl/stage3-hardfloat.spec) upload stage3-armv7a_hardfp_musl-openrc-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-armv7a_hardfp_musl" arm/17.0/armv7a_hardfp_musl ;; armv6j-musl/stage3-hardfloat.spec) upload stage3-armv6j_hardfp_musl-openrc-${TIMESTAMP}*.xz* @@ -173,6 +176,7 @@ post_build() { case ${spec} in armv7a-musl-hardened/stage3-hardfloat.spec) upload stage3-armv7a_hardfp_musl-hardened-openrc-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-armv7a_hardfp_musl" arm/17.0/armv7a_hardfp_musl_hardened ;; armv6j-musl-hardened/stage3-hardfloat.spec) upload stage3-armv6j_hardfp_musl-hardened-openrc-${TIMESTAMP}*.xz* diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index acb5e252..01ff6198 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -184,6 +184,7 @@ post_build() { ;; stage3-mips3-multilib-systemd.spec) upload stage3-mips3_multilib-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-mips3_multilib" mips/17.0/mips3_multilib ;; stage3-mipsel3-multilib-openrc.spec) upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*