1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

semaphore: switch debian/ubuntu to ci/v257-stable branch

Packaging has diverged from main due to new files
This commit is contained in:
Luca Boccassi
2024-12-19 11:46:50 +00:00
parent 7eba6cdd2f
commit 9c8559bccf

View File

@@ -8,7 +8,7 @@ set -o pipefail
DISTRO="${DISTRO:-debian}"
RELEASE="${RELEASE:-bookworm}"
SALSA_URL="${SALSA_URL:-https://salsa.debian.org/systemd-team/systemd.git}"
BRANCH="${BRANCH:-debian/master}"
BRANCH="${BRANCH:-ci/v257-stable}"
ARCH="${ARCH:-amd64}"
CONTAINER="${RELEASE}-${ARCH}"
CACHE_DIR=/var/tmp