commit: 8c9d8cf76a6f8f063c6d9e36a2cc4b80bc2032ca
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 21:59:40 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 21:59:40 2026 +0000
URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=8c9d8cf7
Revert "Skip uploads until dipper migration is done"
This reverts commit 08b9f757814144c63fa39e334c440108a01ef4ca.
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, 2 insertions(+), 9 deletions(-)
diff --git a/builders/dola/binhost-update b/builders/dola/binhost-update
index e571171..062d172 100755
--- a/builders/dola/binhost-update
+++ b/builders/dola/binhost-update
@@ -39,9 +39,7 @@ 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 )
- # XXX: Skip until dipper migration is done
- return 0
- #echo Upsyncing binpackages from $1 to $2
+ 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 c21c5f9..f627550 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -51,9 +51,7 @@ 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 )
- # XXX: Skip until dipper migration is done
- return 0
- #echo Upsyncing binpackages from $1 to $2
+ 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 35a4629..5cdbfc6 100755
--- a/builders/tintin/binhost-update
+++ b/builders/tintin/binhost-update
@@ -47,9 +47,6 @@ 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 )