summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-15 09:41:43 -0400
committerHolger Levsen <holger@layer-acht.org>2017-08-15 09:41:43 -0400
commit14e70f374f18d8ccc269795f5b603d38e62c5854 (patch)
tree513a96d7f58fa329b848bc8538633ff215eebcb0 /bin/chroot-installation.sh
parent468d8b650e553dfd40e12369d2809caf90bc44f9 (diff)
downloadjenkins.debian.net-14e70f374f18d8ccc269795f5b603d38e62c5854.tar.xz
chroot-installs: ignore transitional package libpcap-dev because #872265
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 47d9b06d..a72a43aa 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -287,9 +287,10 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore multiarch-support because the transition will never be finished…
# ignore jadetex because #871021
# ignore dh-systemd because #871312
+ # ignore libpcap-dev because #872265
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(jadetex|dh-systemd)" \
+ | egrep -v "(jadetex|dh-systemd|libpcap-dev)" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo