commit:     d3c2ebe22ad6e7893438180608ae2cb8cadb84bb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 22:34:47 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 22:34:47 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=d3c2ebe2

Fill in all remaining binpackage uploads

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

 tools/catalyst-auto-qemu-mips-common | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-qemu-mips-common 
b/tools/catalyst-auto-qemu-mips-common
index 48c21372..3eb082ca 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -143,18 +143,21 @@ post_build() {
                ;;
        stage3-mipsel2-o32-systemd.spec)
                upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel2" mips/17.0/mipsel2_o32
                ;;
        stage3-mipsel2_softfloat-o32-openrc.spec)
                upload stage3-mipsel2_softfloat-openrc-${TIMESTAMP}.tar.xz*
                ;;
        stage3-mipsel2_softfloat-o32-systemd.spec)
                upload stage3-mipsel2_softfloat-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel2_softfloat" 
mips/17.0/mipsel2_o32_softfloat
                ;;
        stage3-mipsel3-o32-openrc.spec)
                upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz*
                ;;
        stage3-mipsel3-o32-systemd.spec)
                upload stage3-mipsel3-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3" mips/17.0/mipsel3_o32
                ;;
        stage3-mips3-n32-openrc.spec)
                upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz*
@@ -168,6 +171,7 @@ post_build() {
                ;;
        stage3-mipsel3-n32-systemd.spec)
                upload stage3-mipsel3_n32-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n32" mips/17.0/mipsel3_n32
                ;;
        stage3-mips3-n64-openrc.spec)
                upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
@@ -178,10 +182,10 @@ post_build() {
                ;;
        stage3-mipsel3-n64-openrc.spec)
                upload stage3-mipsel3_n64-openrc-${TIMESTAMP}.tar.xz*
-               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n64" mips/17.0/mipsel3_n64
                ;;
        stage3-mipsel3-n64-systemd.spec)
                upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-mipsel3_n64" mips/17.0/mipsel3_n64
                ;;
        stage3-mips3-multilib-openrc.spec)
                upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
@@ -242,9 +246,11 @@ post_build() {
        case ${spec} in
        stage3-mips2-o32-musl.spec)
                upload stage3-mips2_musl-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/musl/stage3-mips2_musl" mips/17.0/mips2_o32_musl
                ;;
        stage3-mipsel2-o32-musl.spec)
                upload stage3-mipsel2_musl-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/musl/stage3-mipsel2_musl" 
mips/17.0/mipsel2_o32_musl
                ;;
        esac
        popd >/dev/null

Reply via email to