sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 772415c034ca5a03fe7424d74a3e6fe4cbd49528
parent e91f984566a50ac934b5c5496d4fd53d51d10626
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 Sep 2025 09:28:19 +0200

switch CI/CD to trixie

Diffstat:
Mcontrib/ci/Containerfile | 6+++---
Mcontrib/ci/jobs/5-deploy-package/job.sh | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/debian:bookworm +FROM docker.io/library/debian:trixie ENV DEBIAN_FRONTEND=noninteractive @@ -46,8 +46,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/sync/${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}"