diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-09 15:32:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-09 15:32:35 +0200 |
commit | 8b5a913f98e7c698f793e6bcba24c84bc7057096 (patch) | |
tree | 7d61e32deb70c0f5d694741bae91ea96cbbfab7a /bin | |
parent | f24fba83ff1d2659a2b2f2fe6124e67d958acf16 (diff) | |
download | jenkins.debian.net-8b5a913f98e7c698f793e6bcba24c84bc7057096.tar.xz |
chroot-install: also ignore myspell-sl because of #872707
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 1fe85908..b4c0dab9 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -294,6 +294,7 @@ if [ "$DISTRO" = "sid" ] ; then # - libpcap-dev because #872265 # - transfig because #872627 # - myspell-it because #872706 + # - myspell-sl because #872706 # - python-gobject because #872707 # - ttf-dejavu* because #872809 # - libav-tools because #873182 @@ -315,7 +316,7 @@ if [ "$DISTRO" = "sid" ] ; then # - 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 "(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)" \ | 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 |