aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'builders/jiji/binhost-update')
-rwxr-xr-xbuilders/jiji/binhost-update3
1 files changed, 1 insertions, 2 deletions
diff --git a/builders/jiji/binhost-update b/builders/jiji/binhost-update
index 531907e..49210eb 100755
--- a/builders/jiji/binhost-update
+++ b/builders/jiji/binhost-update
@@ -1,6 +1,6 @@
#!/bin/bash
-BINHOST_NAME=arm64/xx.x/arm64
+BINHOST_NAME=arm64/23.0/arm64
_BINHOST_NAME=$(echo ${BINHOST_NAME}|sed -e 's:/:_:g')
TMPFILE="/root/.tmp-binhost-${_BINHOST_NAME}-update-$(date +%s)"
@@ -106,7 +106,6 @@ for n in ${NSPAWN_NAMES} ; do
let "anyfail+=$?"
done
-upsync_binpackages /var/lib/machines/binhost-arm64-kde/var/cache/binpkgs arm64/17.0/arm64 &>> ${TMPFILE}
upsync_binpackages /var/lib/machines/binhost-arm64-kde-23/var/cache/binpkgs arm64/23.0/arm64 &>> ${TMPFILE}
if [[ ${anyfail} -gt 0 ]] ; then