summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-25 14:03:37 +0200
committerHolger Levsen <holger@layer-acht.org>2017-08-25 14:03:37 +0200
commit43c18a50696c5c02834cfbf424622dc663ae9838 (patch)
tree4af8987271ae8bd88daf9b5be8290fab62b7b1f7 /bin/chroot-installation.sh
parentf5eada9a195547b4a7e9b291d14476e79fc05251 (diff)
downloadjenkins.debian.net-43c18a50696c5c02834cfbf424622dc663ae9838.tar.xz
chroot-installs: ignore libav-tools, netcat and gnupg2 because of #873182, #873184 and #873186
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 fd6d45b7..6c708e11 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -293,13 +293,16 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore myspell-it because #872706
# ignore python-gobject because #872707
# ignore ttf-dejavu* because #872809
+ # ignore libav-tools because #873182
+ # ignnore netcat because #873184
+ # ignore gnupg2 because #873186
# 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|myspell-it|python-gobject|ttf-dejavu)" \
+ | egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2)" \
| egrep -v "(libidn2-0-dev|texlive-htmlxml)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE