[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installation: also ignore libav-tools|libkf5akonadicore-bin|ttf-dejavu|python-gobject|gnupg2 when looking at transitional packages (during the stretch freeze)

Holger Levsen holger at layer-acht.org
Fri Apr 21 12:49: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 9100bade46745f2735b03cf690c22d829bd6c289
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 21 14:49:02 2017 +0200

    chroot-installation: also ignore libav-tools|libkf5akonadicore-bin|ttf-dejavu|python-gobject|gnupg2 when looking at transitional packages (during the stretch freeze)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/chroot-installation.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 06bc6be..0dba119 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -289,10 +289,12 @@ fi
 if [ "$DISTRO" = "sid" ] ; then
 	# ignore multiarch-support because the transition will never be finished…
 	# stretch is frozen, so for now we ignore:
-	#  ttf-freefont transfig libpango1.0-0 dh-systemd jadetex libkutils4 libpcap-dev netcat
+	#	ttf-freefont transfig libpango1.0-0 dh-systemd jadetex 
+	#	libkutils4 libpcap-dev netcat libav-tools libkf5akonadicore-bin
+	#	ttf-dejavu python-gobject gnupg2
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
-		| egrep -v "(ttf-freefont|transfig|libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev|netcat)" \
+		| egrep -v "(ttf-freefont|transfig|libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev|netcat|libav-tools|libkf5akonadicore-bin|ttf-dejavu|python-gobject|gnupg2)" \
 		| 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