[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installations: ignore transfig when looking for transitional packages
Holger Levsen
holger at layer-acht.org
Wed Apr 19 10:47:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 2f91da5a8f8c8fc2e0aec31066f31e9629570966
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Apr 19 12:46:43 2017 +0200
chroot-installations: ignore transfig when looking for transitional packages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 3557b19..9d0b415 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list