summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-20 14:02:48 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-20 14:02:48 +0200
commit4c7762c9105f8076d6f5574d1640240b9a2db129 (patch)
tree7d24d03c1d2311ed1e7d266b6badfdfa31ad0853 /bin/chroot-installation.sh
parent2c88ecb9963435d43635f99641c557b1c77dbe55 (diff)
downloadjenkins.debian.net-4c7762c9105f8076d6f5574d1640240b9a2db129.tar.xz
chroot-installations: also ignore netcat when looking for transitional packages for now
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 19262530..06bc6bee 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -289,10 +289,10 @@ fi
if [ "$DISTRO" = "sid" ] ; then
# ignore multiarch-support because the transition will never be finished…
# stretch is frozen, so for now we ignore:
- # ttf-freefont transfig libpango1.0-0 dh-systemd jadetex libkutils4 libpcap-dev
+ # ttf-freefont transfig libpango1.0-0 dh-systemd jadetex libkutils4 libpcap-dev netcat
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(ttf-freefont|transfig|libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev)" \
+ | egrep -v "(ttf-freefont|transfig|libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev|netcat)" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo