summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-10-11 16:40:00 +0200
committerHolger Levsen <holger@layer-acht.org>2017-10-11 16:40:00 +0200
commit41d40de91655399d08e75322ea6c0b3888ae3fc7 (patch)
tree56c1a48e48b018112aea78ac75f9d4bec6c8ddb4 /bin/chroot-installation.sh
parent9c4410af5deabd55dbc861d4899a509580d7c6e0 (diff)
downloadjenkins.debian.net-41d40de91655399d08e75322ea6c0b3888ae3fc7.tar.xz
chroot-installs: ignore new transitional package idle3 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 fe621476..2c81a6e5 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -336,13 +336,14 @@ if [ "$DISTRO" = "sid" ] ; then
# - libegl1-mesa 17.2.0-2
# - libgl1-mesa-glx 17.2.0-2
# - libgles2-mesa 17.2.0-2
+ # - idle3 3.6.3-1
# - iceweasel
# - iceowl-l10n-zh-tw
# - texlive-generic-recommended 2017.20170818-1
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|myspell-sl|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin|myspell-ca|myspell-en-gb|myspell-sv-se|myspell-lt|khelpcenter4|libqca2-plugin-ossl|gambas3-gb-desktop-gnome|git-core|gperf-ace|libalberta2-dev|asterisk-prompt-it|kdemultimedia-kio-plugins|kdemultimedia-dev|autoconf-gl-macros|libatk-adaptor-data|autofs5|librime-data|pmake|host|bibledit|baloo)" \
- | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel|texlive-generic-recommended|iceowl-l10n-zh-tw)" \
+ | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel|texlive-generic-recommended|iceowl-l10n-zh-tw|idle3)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then