[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installations: also ignore these transitional packages for now: iceweasel myspell-en-gb myspell-it myspell-lt myspell-sl

Holger Levsen holger at layer-acht.org
Fri Apr 28 10:48:13 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 2b830339d2318a6896ef4c1d749b9e8528b41114
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 28 12:48:08 2017 +0200

    chroot-installations: also ignore these transitional packages for now: iceweasel myspell-en-gb myspell-it myspell-lt myspell-sl
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/chroot-installation.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 89c87c8..6bb4b2b 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -291,14 +291,15 @@ fi
 if [ "$DISTRO" = "sid" ] ; then
 	# ignore multiarch-support because the transition will never be finished…
 	# stretch is frozen, so for now we ignore:
-	#	dh-systemd gnupg2 jadetex khelpcenter4 libav-tools libkf5akonadicore-bin
-	#	libkutils4 libpango1.0-0 libpcap-dev libqca2-plugin-ossl
+	#	dh-systemd gnupg2 iceweasel jadetex khelpcenter4 libav-tools
+	#	libkf5akonadicore-bin libkutils4 libpango1.0-0 libpcap-dev
+	#	libqca2-plugin-ossl myspell-en-gb myspell-it myspell-lt myspell-sl
 	#	myspell-sv-se netcat python-gobject qml-module-org-kde-extensionplugin
 	#	qtpositioning5-doc qtpositioning5-examples
 	#	transfig ttf-dejavu ttf-freefont
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
-		| egrep -v "(dh-systemd|gnupg2|jadetex|khelpcenter4|libav-tools|libkf5akonadicore-bin|libkutils4|libpango1.0-0|libpcap-dev|libqca2-plugin-ossl|myspell-sv-se|netcat|python-gobject|qml-module-org-kde-extensionplugin|qtpositioning5-doc|qtpositioning5-examples|transfig|ttf-dejavu|ttf-freefont)" \
+		| egrep -v "(dh-systemd|gnupg2|iceweasel|jadetex|khelpcenter4|libav-tools|libkf5akonadicore-bin|libkutils4|libpango1.0-0|libpcap-dev|libqca2-plugin-ossl|myspell-en-gb|myspell-it|myspell-lt|myspell-sl|myspell-sv-se|netcat|python-gobject|qml-module-org-kde-extensionplugin|qtpositioning5-doc|qtpositioning5-examples|transfig|ttf-dejavu|ttf-freefont)" \
 		| 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