summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-07 11:20:45 -0400
committerHolger Levsen <holger@layer-acht.org>2017-08-07 11:20:45 -0400
commit0db9988011b53b96667028802931e83ecab9acb1 (patch)
tree8790f7449fcc2002a0b50783ea7c94b8748e945f /bin/chroot-installation.sh
parentb06de8bc35b8aab2a3a5f925021eb264e7c9e320 (diff)
downloadjenkins.debian.net-0db9988011b53b96667028802931e83ecab9acb1.tar.xz
chroot-installs: ignore jadetex
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, 2 insertions, 4 deletions
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:
- # <nothing yet!> (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