semaphore: switch to Debian experimental packaging branch

Debian unstable is frozen for the Debian 9 release, current development
happens in experimental. After the release, this can be switched back to
master, and the branch set through the `$BRANCH` env variable in the
semaphore config.
This commit is contained in:
Martin Pitt 2019-05-16 22:26:21 +02:00 committed by Evgeny Vereshchagin
parent dadc7f2e43
commit 21f0c55a2c
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ set -eux
# default to Debian testing
DISTRO=${DISTRO:-debian}
RELEASE=${RELEASE:-buster}
BRANCH=${BRANCH:-experimental}
ARCH=${ARCH:-amd64}
CONTAINER=${RELEASE}-${ARCH}
MAX_CACHE_AGE=604800 # one week
@ -66,7 +67,7 @@ for phase in "${PHASES[@]}"; do
;;
RUN)
# add current debian/ packaging
git fetch --depth=1 https://salsa.debian.org/systemd-team/systemd.git master
git fetch --depth=1 https://salsa.debian.org/systemd-team/systemd.git $BRANCH
git checkout FETCH_HEAD debian
# craft changelog