summaryrefslogtreecommitdiff
path: root/semaphoreci
diff options
context:
space:
mode:
authorMartin Pitt <martin@piware.de>2019-05-16 22:26:21 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2019-05-17 11:04:49 +0300
commit21f0c55a2c26f06b010056169a58fa15d4d7112e (patch)
tree5cc55a277117750a8ed42ac0c0c0a1b0cd5cca23 /semaphoreci
parentdadc7f2e43b163dd740832abd73b83245f716c1e (diff)
downloadsystemd-21f0c55a2c26f06b010056169a58fa15d4d7112e.tar.gz
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.
Diffstat (limited to 'semaphoreci')
-rwxr-xr-xsemaphoreci/semaphore-runner.sh3
1 files changed, 2 insertions, 1 deletions
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