taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f8022fd19fa7508287bb1ad4480f4ab4479172ad
parent da01e53b12513593724d3f1ef8f5c376f11fdecb
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 18 Sep 2025 12:43:00 +0200

bookworm -> trixie

Diffstat:
Mindex.rst | 1+
Msystem-administration/reprepro.rst | 18+++++++++---------
Mtaler-developer-manual.rst | 6+++---
3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/index.rst b/index.rst @@ -63,6 +63,7 @@ Documentation Overview taler-kyc-manual taler-challenger-manual taler-auditor-manual + taler-directory-manual libeufin/index depolymerization/index design-documents/index diff --git a/system-administration/reprepro.rst b/system-administration/reprepro.rst @@ -27,8 +27,8 @@ supported distribution, right now we have one for Debian and one for Ubuntu. Systems should use: - - `deb https://deb.taler.net/apt/debian bookworm main` for stable - - `deb https://deb.taler.net/apt/debian bookworm-testing main` for testing + - `deb https://deb.taler.net/apt/debian trixie main` for stable + - `deb https://deb.taler.net/apt/debian trixie-testing main` for testing or equivalent for Ubuntu noble. @@ -45,21 +45,21 @@ each with a ``testing`` and a ``stable`` suite: Origin: GNU Taler Label: Taler Suite: testing - Codename: bookworm-testing + Codename: trixie-testing Architectures: amd64 Components: main - Description: GNU Taler testing packages for Debian Bookworm + Description: GNU Taler testing packages for Debian trixie SignWith: your-gpg-key-id Origin: GNU Taler Label: Taler Suite: stable - Codename: bookworm + Codename: trixie Architectures: amd64 Components: main - Description: GNU Taler stable packages for Debian Bookworm + Description: GNU Taler stable packages for Debian trixie SignWith: your-gpg-key-id - Pull: bookworm-testing-to-stable + Pull: trixie-testing-to-stable The ``pull`` rule is elaborated in ``conf/pulls``, and it defines how packages move from testing to stable. We basically @@ -68,8 +68,8 @@ simply move everything at once (after testing it!): .. code-block:: :caption: conf/pulls - Name: bookworm-testing-to-stable - From: bookworm-testing + Name: trixie-testing-to-stable + From: trixie-testing Components: main Architectures: amd64 UDebComponents: diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst @@ -460,9 +460,9 @@ you can add the nightly package sources. .. code-block:: shell-session - # For Debian (bookworm) - $ curl -sS https://deb.taler.net/apt-nightly/taler-bookworm-ci.sources \ - | tee /etc/apt/sources.list.d/taler-bookworm-nightly.sources + # For Debian (trixie) + $ curl -sS https://deb.taler.net/apt-nightly/taler-trixie-ci.sources \ + | tee /etc/apt/sources.list.d/taler-trixie-nightly.sources Taler Deployment on gv.taler.net