From 21f0c55a2c26f06b010056169a58fa15d4d7112e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 16 May 2019 22:26:21 +0200 Subject: 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. --- semaphoreci/semaphore-runner.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'semaphoreci') diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh index 5117bb4861..dc1c8ff40c 100755 --- a/semaphoreci/semaphore-runner.sh +++ b/semaphoreci/semaphore-runner.sh @@ -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 -- cgit v1.2.1