]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: switch to Debian experimental packaging branch
authorMartin Pitt <martin@piware.de>
Thu, 16 May 2019 20:26:21 +0000 (22:26 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 17 May 2019 08:04:49 +0000 (11:04 +0300)
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

index 5117bb48617d55003d19468db652748d8231b454..dc1c8ff40c63c2ebcf87ee4284523884e5a76249 100755 (executable)
@@ -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