commit e35e71492de96e05fbef67b708aa09c794ff422d parent 6882ef55a4057c71923b34c7680b99c078e8d047 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 4 Sep 2025 09:27:44 +0200 switch CI/CD to trixie Diffstat:
| M | contrib/ci/Containerfile | | | 4 | ++-- |
| M | contrib/ci/jobs/5-deploy-package/job.sh | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -49,8 +49,8 @@ RUN apt-get update -yqq && \ && rm -rf /var/lib/apt/lists/* # Install Taler (and friends) packages -RUN curl -sS https://deb.taler.net/apt-nightly/taler-bookworm-ci.sources \ - | tee /etc/apt/sources.list.d/taler-bookworm-ci.sources +RUN curl -sS https://deb.taler.net/apt-nightly/taler-trixie-ci.sources \ + | tee /etc/apt/sources.list.d/taler-trixie-ci.sources RUN echo '\ Package: * \n\ diff --git a/contrib/ci/jobs/5-deploy-package/job.sh b/contrib/ci/jobs/5-deploy-package/job.sh @@ -5,7 +5,7 @@ ARTIFACT_PATH="/artifacts/challenger/${CI_COMMIT_REF}/*.deb" RSYNC_HOST="taler.host.internal" RSYNC_PORT=424242 -RSYNC_PATH="incoming_packages/bookworm-taler-ci/" +RSYNC_PATH="incoming_packages/trixie-taler-ci/" RSYNC_DEST="rsync://${RSYNC_HOST}/${RSYNC_PATH}"