commit:     46ca164521220ca82ae4825890b71a3d48e74b1c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 10 22:21:57 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Dec 10 22:21:57 2025 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=46ca1645

Don't upsync -v3 on milou

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

 builders/milou/binhost-update | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index a654d55..62a8f20 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-BINHOST_NAME=amd64/xx.x/x86-64
+BINHOST_NAME=amd64/23.0/x86-64
 _BINHOST_NAME=$(echo ${BINHOST_NAME}|sed -e 's:/:_:g')
 
 TMPFILE="/root/.tmp-binhost-${_BINHOST_NAME}-update-$(date +%s)"
@@ -91,7 +91,6 @@ upload_all() {
        local -; set +x
        cp ${TMPFILE} 
/var/lib/machines/binhost-amd64-x86-64-kde-23/var/cache/binpkgs/last-build.log
        upsync_binpackages 
/var/lib/machines/binhost-amd64-x86-64-kde-23/var/cache/binpkgs 
amd64/23.0/x86-64 &>> ${TMPFILE}
-       upsync_binpackages 
/var/lib/machines/binhost-amd64-x86-64-v3-kde-23/var/cache/binpkgs 
amd64/23.0/x86-64-v3 &>> ${TMPFILE}
 }
 
 checkpoint_build() {

Reply via email to