[kde-linux/kde-linux/buildstream] /: build: switch to the new artifact location
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit d38da72462a07502a5f81d741a920a6097e739ff by Harald Sitter.
Committed on 09/08/2026 at 17:13.
Pushed by sitter into branch 'buildstream'.
build: switch to the new artifact location
now using the proper bucket, instead of ci-artifacts
M +2 -7 build.sh
https://invent.kde.org/kde-linux/kde-linux/-/commit/d38da72462a07502a5f81d741a920a6097e739ff
diff --git a/build.sh b/build.sh
index 63eb8987..b5700a2a 100755
--- a/build.sh
+++ b/build.sh
@@ -10,14 +10,9 @@
set -ex
-S3_PACKAGES_URL="https://storage.kde.org/kde-linux-packages/testing/"
+S3_PACKAGES_URL="https://storage.kde.org/kde-linux-packages/testing"
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
- # 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 ..
+ S3_PACKAGES_URL="https://storage.kde.org/kde-linux-packages/testing-buildstream"
fi
# Creates a sysext containing the KDE debug symbols, downloaded from the packages pipeline.