[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: ignore more transitional packages for a total of 200 bugs filed against those packages which were already part of jessie and stretch and are still in sid now
Holger Levsen
holger at layer-acht.org
Wed Oct 18 11:20: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 20f9b86ceb745b4682b38802c6e5e379c7926b10
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Oct 18 13:20:28 2017 +0200
chroot-installs: ignore more transitional packages for a total of 200 bugs filed against those packages which were already part of jessie and stretch and are still in sid now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 1a36d1e..317bc2a 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -440,6 +440,24 @@ if [ "$DISTRO" = "sid" ] ; then
# - libraspell-ruby because #878854
# - libraspell-ruby1.8 because #878854
# - libraspell-ruby1.9.1 because #878854
+ # - libzookeeper2 because #878994
+ # - zeroinstall-injector because #878993
+ # - xfce4-screenshooter-plugin because #878992
+ # - python-weboob-core because #878991
+ # - qemulator because #878990
+ # - vdr-plugin-svdrpext because #878989
+ # - python-twisted-libravatar because #878988
+ # - trac-privateticketsplugin because #878987
+ # - tesseract-ocr-dev because #878986
+ # - telepathy-sofiasip because #878985
+ # - tclcl-dev because #878984
+ # - task because #878982
+ # - sushi-plugins because #878981
+ # - strongswan-ike because #878979
+ # - strongswan-ikev1 because #878979
+ # - strongswan-ikev2 because #878979
+ # - python-sphinxcontrib-programoutput because #878978
+ # - python-sphinxcontrib-docbookrestapi because #878977
# 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
@@ -454,7 +472,7 @@ if [ "$DISTRO" = "sid" ] ; then
# - texlive-generic-recommended 2017.20170818-1
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | 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|myspell-lt|khelpcenter4|libqca2-plugin-ossl|gambas3-gb-desktop-gnome|git-core|gperf-ace|libalberta2-dev|asterisk-prompt-it|kdemultimedia-kio-plugins|kdemultimedia-dev|autoconf-gl-macros|libatk-adaptor-data|autofs5|librime-data|pmake|host|bibledit|baloo|conky|condor-d [...]
+ | 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|myspell-lt|khelpcenter4|libqca2-plugin-ossl|gambas3-gb-desktop-gnome|git-core|gperf-ace|libalberta2-dev|asterisk-prompt-it|kdemultimedia-kio-plugins|kdemultimedia-dev|autoconf-gl-macros|libatk-adaptor-data|autofs5|librime-data|pmake|host|bibledit|baloo|conky|condor-d [...]
| egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel|texlive-generic-recommended|iceowl-l10n-zh-tw|idle3)" \
| 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