summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-19 12:46:43 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-19 12:46:43 +0200
commit2f91da5a8f8c8fc2e0aec31066f31e9629570966 (patch)
treeada16847e4e9764a345a4db9ee398cfbca5dd60c /bin/chroot-installation.sh
parentdeab813fbcac8f9e78bc7b575f8655ee6a975c6c (diff)
downloadjenkins.debian.net-2f91da5a8f8c8fc2e0aec31066f31e9629570966.tar.xz
chroot-installations: ignore transfig when looking for transitional packages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 3557b198..9d0b4150 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -289,9 +289,11 @@ fi
if [ "$DISTRO" = "sid" ] ; then
# ignore multiarch-support because the transition will never be finished…
# ignore ttf-freefont, stretch is frozen…
+ # ignore transfig, stretch is frozen…
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
| grep -v ttf-freefont \
+ | grep -v transfig \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo