summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-20 06:34:02 -0400
committerHolger Levsen <holger@layer-acht.org>2017-08-20 06:34:02 -0400
commit1237774e2cfc7458cb3c1efc5dc173340cc3bac0 (patch)
tree2a8b6b234f0660d10adb5e27190b3a158ba3b60a /bin/chroot-installation.sh
parentbc61c04c06495eb1e7ec29fdc38d33fe8502832d (diff)
downloadjenkins.debian.net-1237774e2cfc7458cb3c1efc5dc173340cc3bac0.tar.xz
chroot-installs: ignore myspell-it and python-gobject because #872706 and #872707
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 322e7993..c8ed98fc 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -289,13 +289,15 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore dh-systemd because #871312
# ignore libpcap-dev because #872265
# ignore transfig because #872627
+ # ignore myspell-it because #872706
+ # ignore python-gobject because #872707
# 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
# - texlive-htmlxml
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig)" \
+ | egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject)" \
| egrep -v "(libidn2-0-dev|texlive-htmlxml)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE