taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit 3c0deefc16224f20ff4a314dd992e88910f53404
parent c796b33529a59764573bc426221c532104ce14dd
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 18 Sep 2025 10:26:45 +0200

update bookworm to trixie

Diffstat:
Mcontrib/ci/Containerfile | 2+-
Mcontrib/ci/disabled_jobs/7-arm64-deploy-package/job.sh | 2+-
Mcontrib/ci/jobs/4-amd64-deploy-package/job.sh | 2+-
Mweb/templates/landing_email.html | 2+-
4 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 diff --git a/contrib/ci/disabled_jobs/7-arm64-deploy-package/job.sh b/contrib/ci/disabled_jobs/7-arm64-deploy-package/job.sh @@ -9,7 +9,7 @@ if [[ -d "$RELEASE_ARTIFACT_DIR" ]]; then else RSYNC_HOST=${RSYNC_HOST:-"taler.host.internal"} RSYNC_PORT=${RSYNC_PORT:-424242} - RSYNC_PATH=${RSYNC_PATH:-"incoming_packages/bookworm-taler-ci/"} + RSYNC_PATH=${RSYNC_PATH:-"incoming_packages/trixie-taler-ci/"} RSYNC_DEST=${RSYNC_DEST:-"rsync://${RSYNC_HOST}/${RSYNC_PATH}"} rsync -vP \ diff --git a/contrib/ci/jobs/4-amd64-deploy-package/job.sh b/contrib/ci/jobs/4-amd64-deploy-package/job.sh @@ -9,7 +9,7 @@ if [[ -d "$RELEASE_ARTIFACT_DIR" ]]; then else RSYNC_HOST=${RSYNC_HOST:-"taler.host.internal"} RSYNC_PORT=${RSYNC_PORT:-424242} - RSYNC_PATH=${RSYNC_PATH:-"incoming_packages/bookworm-taler-ci/"} + RSYNC_PATH=${RSYNC_PATH:-"incoming_packages/trixie-taler-ci/"} RSYNC_DEST=${RSYNC_DEST:-"rsync://${RSYNC_HOST}/${RSYNC_PATH}"} rsync -vP \ diff --git a/web/templates/landing_email.html b/web/templates/landing_email.html @@ -33,7 +33,7 @@ <div class="col-8"> <div class="card"> <div class="card-body"> - <h4 class="cart-title">{{ call .tr "lookupEmail" }}</h4> + <h4 class="card-title">{{ call .tr "lookupEmail" }}</h4> <hr> <p class="card-text">{{ call .tr "lookupEmailDescription" }}</p> </div>