mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
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:
parent
dadc7f2e43
commit
21f0c55a2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user