summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-07 11:31:11 -0400
committerHolger Levsen <holger@layer-acht.org>2017-08-07 11:31:11 -0400
commit9c9f55b95e07ec994e32853214e6a85bf5182930 (patch)
tree3db8e60f7c23132269037f9b4afaa189907d7052 /bin/chroot-installation.sh
parent0db9988011b53b96667028802931e83ecab9acb1 (diff)
downloadjenkins.debian.net-9c9f55b95e07ec994e32853214e6a85bf5182930.tar.xz
chroot-installs: ignore transitional dependencies on dh-systemd because #871312
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 7634da78..47d9b06d 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -286,9 +286,10 @@ fi
if [ "$DISTRO" = "sid" ] ; then
# ignore multiarch-support because the transition will never be finished…
# ignore jadetex because #871021
+ # ignore dh-systemd because #871312
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(jadetex)" \
+ | egrep -v "(jadetex|dh-systemd)" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo