]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: switch to debian stable
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 25 Feb 2026 23:08:41 +0000 (23:08 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 25 Feb 2026 23:31:54 +0000 (23:31 +0000)
oldstable is close to moving to LTS so switch to stable

.semaphore/semaphore-runner.sh

index 8c99b68156a30316ee049d2ad6a47a2f3eae12e1..171cac8e1c702811e3c4efa3fec02e54fafe0089 100755 (executable)
@@ -5,7 +5,7 @@ set -eux
 set -o pipefail
 
 DISTRO="${DISTRO:-debian}"
-RELEASE="${RELEASE:-bookworm}"
+RELEASE="${RELEASE:-trixie}"
 SALSA_URL="${SALSA_URL:-https://salsa.debian.org/systemd-team/systemd.git}"
 BRANCH="${BRANCH:-debian/master}"
 ARCH="${ARCH:-amd64}"