commit:     2f3216d9b8db0f1ad6175d56b41bd34c52caf494
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 21:47:32 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 21:47:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=2f3216d9

More binpkg uploads

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

 tools/catalyst-auto-amd64.conf       | 1 +
 tools/catalyst-auto-arm64.conf       | 5 +++++
 tools/catalyst-auto-qemu-mips-common | 1 +
 3 files changed, 7 insertions(+)

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index fa78a418..b5cf1b7c 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -168,6 +168,7 @@ post_build() {
                ;;
        clang/stage3-systemd.spec)
                upload stage3-amd64-llvm-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/clang/stage3-amd64" amd64/17.1/amd64_llvm
                ;;
        esac
        popd >/dev/null || exit

diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
index 01594f7d..3f7904ee 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -60,6 +60,7 @@ post_build() {
                ;;
        stage3-systemd.spec)
                upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-arm64" arm64/17.0/arm64
                ;;
        stage3d-systemd.spec)
                upload stage3-${SUBARCH}-desktop-systemd-${TIMESTAMP}*.xz*
@@ -85,6 +86,7 @@ post_build() {
                ;;
        llvm/stage3-systemd.spec)
                upload stage3-${SUBARCH}-llvm-systemd-${TIMESTAMP}*.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/llvm/stage3-arm64" arm64/17.0/arm64_llvm
                ;;
        esac
        popd >/dev/null
@@ -101,6 +103,7 @@ post_build() {
        case ${spec} in
        musl/stage3.spec)
                upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/musl/stage3-arm64" arm64/17.0/arm64_musl
                ;;
        esac
        popd >/dev/null
@@ -109,6 +112,7 @@ post_build() {
        case ${spec} in
        musl-hardened/stage3.spec)
                upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-arm64" 
arm64/17.0/arm64_musl_hardened
                ;;
        esac
        popd >/dev/null
@@ -117,6 +121,7 @@ post_build() {
        case ${spec} in
        musl-llvm/stage3.spec)
                upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/musl-llvm/stage3-arm64" 
arm64/17.0/arm64_musl_llvm
                ;;
        esac
        popd >/dev/null

diff --git a/tools/catalyst-auto-qemu-mips-common 
b/tools/catalyst-auto-qemu-mips-common
index fea7bff8..b36d28ae 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -160,6 +160,7 @@ post_build() {
                ;;
        stage3-mips3-n32-systemd.spec)
                upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/default/stage3-mips3_n32" mips/17.0/mips3_n32
                ;;
        stage3-mipsel3-n32-openrc.spec)
                upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*

Reply via email to