[kde-linux/kde-linux/buildstream] /: build: don't trip over excess slashes

Harald Sitter <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 591e0bc1d183392bbfe66be0790f4b2d0556c966 by Harald Sitter.
Committed on 03/08/2026 at 14:54.
Pushed by sitter into branch 'buildstream'.

build: don't trip over excess slashes

M  +2    -1    build.sh

https://invent.kde.org/kde-linux/kde-linux/-/commit/591e0bc1d183392bbfe66be0790f4b2d0556c966

diff --git a/build.sh b/build.sh
index 073507d4..63eb8987 100755
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,8 @@ if [ "${CI_COMMIT_BRANCH:-}" == "buildstream" ]; then
     git clone https://invent.kde.org/sitter/kde-linux-ci-artifacts-find-latest
     cd kde-linux-ci-artifacts-find-latest
     go build
-    S3_PACKAGES_URL="$(./kde-linux-ci-artifacts-find-latest --project kde-linux/kde-linux-packages)/testing-buildstream/"
+    # Be very mindful of excess slashes. Minio gets angry over them.
+    S3_PACKAGES_URL="$(./kde-linux-ci-artifacts-find-latest --project kde-linux/kde-linux-packages)/testing-buildstream"
     cd ..
 fi
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.