[Qa-jenkins-scm] [jenkins.debian.net] 03/03: chroot-installs: ignore myspell-ca|myspell-en-gb|myspell-sv-se because of #874556 and #874557 and #874558
Holger Levsen
holger at layer-acht.org
Thu Sep 7 10:11:03 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 d76de37eb7a56608f919dadec762ca3a1b224f34
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Sep 7 12:10:59 2017 +0200
chroot-installs: ignore myspell-ca|myspell-en-gb|myspell-sv-se because of #874556 and #874557 and #874558
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index a3f1086..5a45d4a 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -298,6 +298,9 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore gnupg2 because #873186
# ignore libkf5akonadicore-bin because #873932
# ignore qml-module-org-kde-extensionplugin because #873933
+ # ignore myspell-ca because #874556
+ # ignore myspell-en-gb because #874557
+ # ignore myspell-sv-se because #874558
# ignore "dummy transitional library" because it really is what it says it is…
# ignore transitional packages introduced during busters lifecycle (so bugs should only be filed once we released buster)
# - libidn2-0-dev 2.0.2-3
@@ -308,7 +311,7 @@ if [ "$DISTRO" = "sid" ] ; then
# - libgles2-mesa 17.2.0-2
( 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)" \
+ | 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 "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa)" \
| 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