[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installations: ignore libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev when looking for transitional packages

Holger Levsen holger at layer-acht.org
Thu Apr 20 11:34:12 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 aa007e1c07768172e3203f87bbaacff316a14307
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Apr 20 13:33:48 2017 +0200

    chroot-installations: ignore libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev when looking for transitional packages
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/chroot-installation.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 9d0b415..1926253 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -288,12 +288,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…
+	# stretch is frozen, so for now we ignore:
+	#  ttf-freefont transfig libpango1.0-0 dh-systemd jadetex libkutils4 libpcap-dev
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
-		| grep -v ttf-freefont \
-		| grep -v transfig \
+		| egrep -v "(ttf-freefont|transfig|libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev)" \
 		| 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