summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-09 14:35:20 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-09 14:35:20 +0200
commitf24fba83ff1d2659a2b2f2fe6124e67d958acf16 (patch)
tree10f8c756e8e992affb3079000b085bc88581300a /bin/chroot-installation.sh
parentad48e93bc2bb9d5984f87c24e5e30d0b58910106 (diff)
downloadjenkins.debian.net-f24fba83ff1d2659a2b2f2fe6124e67d958acf16.tar.xz
chroot-installs: ignore iceweasel for now
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 a4578cfd..1fe85908 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -312,10 +312,11 @@ if [ "$DISTRO" = "sid" ] ; then
# - libegl1-mesa 17.2.0-2
# - libgl1-mesa-glx 17.2.0-2
# - libgles2-mesa 17.2.0-2
+ # - iceweasel
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin|myspell-ca|myspell-en-gb|myspell-sv-se)" \
- | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa)" \
+ | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then