From a533d8b954721e5fd4801467ccc26f1a1b26413c Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 22 Apr 2026 15:12:04 +0200 Subject: [PATCH] upload: put desync into path should make it also available for the vacuum helper --- upload.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index bfa7ad2..5782cae 100755 --- a/upload.sh +++ b/upload.sh @@ -57,8 +57,9 @@ S3_TARGET="s3+https://storage.kde.org/kde-linux/testing/" ## Upload to the chunk store directly go install -v github.com/folbricht/desync/cmd/desync@latest +export PATH="$HOME/go/bin:$PATH" go -C ../token-redeemer/ run . -~/go/bin/desync chop \ +desync chop \ --concurrency "$(nproc)" \ --store "$S3_STORE" \ ./*-x86-64.caibx \