diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-08-07 11:20:45 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-08-07 11:20:45 -0400 |
commit | 0db9988011b53b96667028802931e83ecab9acb1 (patch) | |
tree | 8790f7449fcc2002a0b50783ea7c94b8748e945f /bin | |
parent | b06de8bc35b8aab2a3a5f925021eb264e7c9e320 (diff) | |
download | jenkins.debian.net-0db9988011b53b96667028802931e83ecab9acb1.tar.xz |
chroot-installs: ignore jadetex
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 6 |
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 |