summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-17 16:38:10 -0400
committerHolger Levsen <holger@layer-acht.org>2017-08-17 16:38:10 -0400
commit5c2e920c22acc30e23c0f454b1d5aaa3f82fd354 (patch)
treee3bf9bed9c23cb3048c9fb40d2a4c684e0b7878a /bin/chroot-installation.sh
parent14e70f374f18d8ccc269795f5b603d38e62c5854 (diff)
downloadjenkins.debian.net-5c2e920c22acc30e23c0f454b1d5aaa3f82fd354.tar.xz
chroot-installs: ignore "dummy transitional library" because it really is what it says it is
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index a72a43aa..0e16f090 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -288,9 +288,11 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore jadetex because #871021
# ignore dh-systemd because #871312
# ignore libpcap-dev because #872265
+ # ignore "dummy transitional library" because it really is what it says it is…
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
| egrep -v "(jadetex|dh-systemd|libpcap-dev)" \
+ | grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo