[kde-linux/kde-linux-packages/buildstream] /: buildstream: publish into main bucket
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9f3e6cc89cb9a57ec304312a7fa9019da5406dea by Harald Sitter.
Committed on 09/08/2026 at 12:52.
Pushed by sitter into branch 'buildstream'.
buildstream: publish into main bucket
M +1 -7 build.sh
https://invent.kde.org/kde-linux/kde-linux-packages/-/commit/9f3e6cc89cb9a57ec304312a7fa9019da5406dea
diff --git a/build.sh b/build.sh
index f5b1d27..7fbce28 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ set -eux
export CI_PROJECT_DIR="${CI_PROJECT_DIR:-$PWD}"
export KDECI_BUILD="${KDECI_BUILD:-FALSE}"
export PUBLISH_DIR="testing"
-if [ "${CI_COMMIT_BRANCH:-}" != "testing-buildstream" ]; then
+if [ "${CI_COMMIT_BRANCH:-}" = "buildstream" ]; then
export PUBLISH_DIR="testing-buildstream"
fi
@@ -96,12 +96,6 @@ tar --directory=tree/install --create \
if [ ! -f /.dockerenv ]; then
S3_REMOTE="storage.kde.org/kde-linux-packages/$PUBLISH_DIR/"
- if [[ "${CI_COMMIT_BRANCH:-}" == "buildstream" ]]; then
- # Slight hack until https://phabricator.kde.org/T18778 is resolved (giving buildstream access to the packages bucket)
- # Mark our upload dir so we can find it again in the ci-artifacts.
- touch upload/this-is-buildstream
- S3_REMOTE="storage.kde.org/ci-artifacts/$CI_PROJECT_PATH/j/$CI_JOB_ID/$PUBLISH_DIR/"
- fi
if [[ "${CI_COMMIT_BRANCH:-}" == work/* ]]; then
S3_REMOTE="storage.kde.org/ci-artifacts/$CI_PROJECT_PATH/j/$CI_JOB_ID/$PUBLISH_DIR/"
else