summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-07 12:10:59 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-07 12:10:59 +0200
commitd76de37eb7a56608f919dadec762ca3a1b224f34 (patch)
treeea86f3787b884d6dae43ad1edba8b76aa12572c1 /bin/chroot-installation.sh
parent244162cc4d27bc71a19d0dd761aa66d4c186f185 (diff)
downloadjenkins.debian.net-d76de37eb7a56608f919dadec762ca3a1b224f34.tar.xz
chroot-installs: ignore myspell-ca|myspell-en-gb|myspell-sv-se because of #874556 and #874557 and #874558
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index a3f1086c..5a45d4a0 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -298,6 +298,9 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore gnupg2 because #873186
# ignore libkf5akonadicore-bin because #873932
# ignore qml-module-org-kde-extensionplugin because #873933
+ # ignore myspell-ca because #874556
+ # ignore myspell-en-gb because #874557
+ # ignore myspell-sv-se because #874558
# ignore "dummy transitional library" because it really is what it says it is…
# ignore transitional packages introduced during busters lifecycle (so bugs should only be filed once we released buster)
# - libidn2-0-dev 2.0.2-3
@@ -308,7 +311,7 @@ if [ "$DISTRO" = "sid" ] ; then
# - libgles2-mesa 17.2.0-2
( 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)" \
+ | 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)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE