[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: ignore iceweasel for now
Holger Levsen
holger at layer-acht.org
Sat Sep 9 12:35:32 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 f24fba83ff1d2659a2b2f2fe6124e67d958acf16
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 9 14:35:20 2017 +0200
chroot-installs: ignore iceweasel for now
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 a4578cf..1fe8590 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -312,10 +312,11 @@ if [ "$DISTRO" = "sid" ] ; then
# - libegl1-mesa 17.2.0-2
# - libgl1-mesa-glx 17.2.0-2
# - libgles2-mesa 17.2.0-2
+ # - 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 "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa)" \
+ | 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
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