[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: ignore libkf5akonadicore-bin and qml-module-org-kde-extensionplugin because of #873932 and #873933 and ignore gnome-user-guide without a bug filed yet

Holger Levsen holger at layer-acht.org
Fri Sep 1 10:43:36 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 a73f9d3d204b2153367ee6047d2e6b568b4f8faf
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 1 12:43:29 2017 +0200

    chroot-installs: ignore libkf5akonadicore-bin and qml-module-org-kde-extensionplugin because of #873932 and #873933 and ignore gnome-user-guide without a bug filed yet
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/chroot-installation.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 6c708e1..a60b2f1 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -296,14 +296,17 @@ if [ "$DISTRO" = "sid" ] ; then
 	# ignore libav-tools because #873182
 	# ignnore netcat because #873184
 	# ignore gnupg2 because #873186
+	# ignore libkf5akonadicore-bin because #873932
+	# ignore qml-module-org-kde-extensionplugin because #873933
 	# 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
 	# - texlive-htmlxml
+	# - gnome-user-guide
 	( 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)" \
-		| egrep -v "(libidn2-0-dev|texlive-htmlxml)" \
+		| 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 "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide)" \
 		| grep -v "dummy transitional library" \
 		| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
 	if [ -s $TMPFILE ] ; then

-- 
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