[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: ignore more known transitional packages
Holger Levsen
holger at layer-acht.org
Mon Oct 16 15:49:57 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 d88399f67ae1e9e71bf6dee2e89ea5fca7ba3963
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Oct 16 17:49:51 2017 +0200
chroot-installs: ignore more known transitional packages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index b56e8f6..11b6afa 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -404,6 +404,26 @@ if [ "$DISTRO" = "sid" ] ; then
# - liblua5.1-bitop-dev because #878688
# - libtime-modules-perl because #878687
# - libtest-yaml-meta-perl because #878686
+ # - scrollkeeper because #878785
+ # - scrobble-cli because #878784
+ # - libqjson0-dbg because #878783
+ # - python-clientform because #878782
+ # - python-gobject-dbg because #878781
+ # - python-pyatspi2 because #878780
+ # - python-gobject-dev because #878781
+ # - python3-pyatspi2 because #878780
+ # - gaim-extendedprefs because #878779
+ # - ptop because #878778
+ # - nowebm because #878777
+ # - node-finished because #878776
+ # - netsurf because #878774
+ # - mupen64plus because #878773
+ # - mpqc-openmpi because #878772
+ # - mono-dmcs because #878770
+ # - nagios-plugins because #878769
+ # - nagios-plugins-basic because #878769
+ # - nagios-plugins-common because #878769
+ # - nagios-plugins-standard because #878769
# 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
@@ -418,7 +438,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