[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: ignore "dummy transitional library" because it really is what it says it is

Holger Levsen holger at layer-acht.org
Thu Aug 17 20:38:19 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 5c2e920c22acc30e23c0f454b1d5aaa3f82fd354
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Aug 17 16:38:10 2017 -0400

    chroot-installs: ignore "dummy transitional library" because it really is what it says it is
    
    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 a72a43a..0e16f09 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -288,9 +288,11 @@ if [ "$DISTRO" = "sid" ] ; then
 	# ignore jadetex because #871021
 	# ignore dh-systemd because #871312
 	# ignore libpcap-dev because #872265
+	# ignore "dummy transitional library" because it really is what it says it is…
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
 		| egrep -v "(jadetex|dh-systemd|libpcap-dev)" \
+		| grep -v "dummy transitional library" \
 		| 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