summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-09 15:47:46 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-09 15:47:46 +0200
commitf2fd19aeb5e92879f1775e1ff6330fca1c12b42c (patch)
treea2e58e18d86615574ab1e3a39b8ffe3c941e0b1d /bin/chroot-installation.sh
parent8b5a913f98e7c698f793e6bcba24c84bc7057096 (diff)
downloadjenkins.debian.net-f2fd19aeb5e92879f1775e1ff6330fca1c12b42c.tar.xz
chroot-installs: ignore more transitional packages because of #874756 #874757 #874758 #874760
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index b4c0dab9..5191c0ad 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -305,6 +305,10 @@ if [ "$DISTRO" = "sid" ] ; then
# - myspell-ca because #874556
# - myspell-en-gb because #874557
# - myspell-sv-se because #874558
+ # - myspell-lt because #874756
+ # - khelpcenter4 because #874757
+ # - libqca2-plugin-ossl because #874758
+ # - gambas3-gb-desktop-gnome because #874760
# 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
@@ -316,7 +320,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|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 "(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)" \
| 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