[Qa-jenkins-scm] [jenkins.debian.net] 01/02: chroot-install: also ignore myspell-sl because of #872707

Holger Levsen holger at layer-acht.org
Sat Sep 9 13:47:51 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 8b5a913f98e7c698f793e6bcba24c84bc7057096
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 9 15:32:35 2017 +0200

    chroot-install: also ignore myspell-sl because of #872707
    
    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 1fe8590..b4c0dab 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -294,6 +294,7 @@ if [ "$DISTRO" = "sid" ] ; then
 	# - libpcap-dev because #872265
 	# - transfig because #872627
 	# - myspell-it because #872706
+	# - myspell-sl because #872706
 	# - python-gobject because #872707
 	# - ttf-dejavu* because #872809
 	# - libav-tools because #873182
@@ -315,7 +316,7 @@ if [ "$DISTRO" = "sid" ] ; then
 	# - iceweasel
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
-		| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin|myspell-ca|myspell-en-gb|myspell-sv-se)" \
+		| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|myspell-sl|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin|myspell-ca|myspell-en-gb|myspell-sv-se)" \
 		| egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel)" \
 		| 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