commit:     08b9f757814144c63fa39e334c440108a01ef4ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 19:06:43 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 19:06:43 2026 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=08b9f757

Skip uploads until dipper migration is done

This way, we can resume building and avoid building up more binpkg
debt.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 builders/dola/binhost-update   | 4 +++-
 builders/milou/binhost-update  | 4 +++-
 builders/tintin/binhost-update | 3 +++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/builders/dola/binhost-update b/builders/dola/binhost-update
index 062d172..e571171 100755
--- a/builders/dola/binhost-update
+++ b/builders/dola/binhost-update
@@ -39,7 +39,9 @@ upsync_binpackages() {
        # parameter 1: a PKGDIR on the local host
        # parameter 2: the target dir in the mirroring system, should be of the
        #              form arch/profileversion/name (e.g., amd64/17.0/x32 )
-       echo Upsyncing binpackages from $1 to $2
+       # XXX: Skip until dipper migration is done
+       return 0
+       #echo Upsyncing binpackages from $1 to $2
        local SSH_CMD=(
                ssh
                        -i ${UPLOAD_KEY}

diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index f627550..c21c5f9 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -51,7 +51,9 @@ upsync_binpackages() {
        # parameter 1: a PKGDIR on the local host
        # parameter 2: the target dir in the mirroring system, should be of the
        #              form arch/profileversion/name (e.g., amd64/17.0/x32 )
-       echo Upsyncing binpackages from $1 to $2
+       # XXX: Skip until dipper migration is done
+       return 0
+       #echo Upsyncing binpackages from $1 to $2
        local SSH_CMD=(
                ssh
                        -i ${UPLOAD_KEY}

diff --git a/builders/tintin/binhost-update b/builders/tintin/binhost-update
index 5cdbfc6..35a4629 100755
--- a/builders/tintin/binhost-update
+++ b/builders/tintin/binhost-update
@@ -47,6 +47,9 @@ send_email() {
 }
 
 upsync_binpackages() {
+       # XXX: Skip until dipper migration is done
+       return 0
+
        # parameter 1: a PKGDIR on the local host
        # parameter 2: the target dir in the mirroring system, should be of the
        #              form arch/profileversion/name (e.g., amd64/17.0/x32 )

Reply via email to