[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: ignore ttf-dejavu because #872809

Holger Levsen holger at layer-acht.org
Mon Aug 21 13:50:23 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 51981f12a4cdfd37bf5d9debb605bfa610de39a8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 21 15:50:17 2017 +0200

    chroot-installs: ignore ttf-dejavu because #872809
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/chroot-installation.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index c8ed98f..732fd2d 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -291,13 +291,14 @@ if [ "$DISTRO" = "sid" ] ; then
 	# ignore transfig because #872627
 	# ignore myspell-it because #872706
 	# ignore python-gobject because #872707
+	# ignore ttf-dejavu* because #872809
 	# ignore "dummy transitional library" because it really is what it says it is…
 	# ignore transitional packages introduced during busters lifecycle (so bugs should only be filed once we released buster)
 	# - libidn2-0-dev
 	# - texlive-htmlxml
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
-		| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject)" \
+		| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject|ttf-dejavu)" \
 		| egrep -v "(libidn2-0-dev|texlive-htmlxml)" \
 		| grep -v "dummy transitional library" \
 		| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE

-- 
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