summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-19 10:42:37 -0400
committerHolger Levsen <holger@layer-acht.org>2017-08-19 10:42:37 -0400
commitbc61c04c06495eb1e7ec29fdc38d33fe8502832d (patch)
treedd167ccbb7ed57eb0dd787d56152c4d22b7554e1 /bin/chroot-installation.sh
parent9b252816990adaacd3239d3a0681c07d3b04c56c (diff)
downloadjenkins.debian.net-bc61c04c06495eb1e7ec29fdc38d33fe8502832d.tar.xz
chroot-installs: ignore transfig because #872627
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 ab7054fb..322e7993 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -288,13 +288,14 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore jadetex because #871021
# ignore dh-systemd because #871312
# ignore libpcap-dev because #872265
+ # ignore transfig because #872627
# 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)" \
+ | egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig)" \
| egrep -v "(libidn2-0-dev|texlive-htmlxml)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE