From 0db9988011b53b96667028802931e83ecab9acb1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Aug 2017 11:20:45 -0400 Subject: chroot-installs: ignore jadetex Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index a23066fa..7634da78 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -285,12 +285,10 @@ fi # if [ "$DISTRO" = "sid" ] ; then # ignore multiarch-support because the transition will never be finished… - # buster is frozen, so for now we ignore: - # (add the following in the pipeline below listing the - # ignored packages) - # | egrep -v "(pkg1|pkg2)" \ + # ignore jadetex because #871021 ( sudo chroot $CHROOT_TARGET dpkg -l \ | grep -v multiarch-support \ + | egrep -v "(jadetex)" \ | grep -i "Transitional" 2>/dev/null || true) > $TMPFILE if [ -s $TMPFILE ] ; then echo -- cgit v1.2.3-54-g00ecf