commit:     4e0c44a4112977bb7eb101e549aad43ba9e9b58f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 23:18:08 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 23:18:08 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=4e0c44a4

Add various more binpackage uploads

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 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*

Reply via email to