summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-28 12:48:08 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-28 12:48:08 +0200
commit2b830339d2318a6896ef4c1d749b9e8528b41114 (patch)
tree8abd564f15ed37b0436a93333e4a1bb1a20fcda5 /bin/chroot-installation.sh
parent0ce84e5732b974565dc1d8cab5824f3e968dc640 (diff)
downloadjenkins.debian.net-2b830339d2318a6896ef4c1d749b9e8528b41114.tar.xz
chroot-installations: also ignore these transitional packages for now: iceweasel myspell-en-gb myspell-it myspell-lt myspell-sl
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 89c87c83..6bb4b2b5 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -291,14 +291,15 @@ fi
if [ "$DISTRO" = "sid" ] ; then
# ignore multiarch-support because the transition will never be finished…
# stretch is frozen, so for now we ignore:
- # dh-systemd gnupg2 jadetex khelpcenter4 libav-tools libkf5akonadicore-bin
- # libkutils4 libpango1.0-0 libpcap-dev libqca2-plugin-ossl
+ # dh-systemd gnupg2 iceweasel jadetex khelpcenter4 libav-tools
+ # libkf5akonadicore-bin libkutils4 libpango1.0-0 libpcap-dev
+ # libqca2-plugin-ossl myspell-en-gb myspell-it myspell-lt myspell-sl
# myspell-sv-se netcat python-gobject qml-module-org-kde-extensionplugin
# qtpositioning5-doc qtpositioning5-examples
# transfig ttf-dejavu ttf-freefont
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(dh-systemd|gnupg2|jadetex|khelpcenter4|libav-tools|libkf5akonadicore-bin|libkutils4|libpango1.0-0|libpcap-dev|libqca2-plugin-ossl|myspell-sv-se|netcat|python-gobject|qml-module-org-kde-extensionplugin|qtpositioning5-doc|qtpositioning5-examples|transfig|ttf-dejavu|ttf-freefont)" \
+ | egrep -v "(dh-systemd|gnupg2|iceweasel|jadetex|khelpcenter4|libav-tools|libkf5akonadicore-bin|libkutils4|libpango1.0-0|libpcap-dev|libqca2-plugin-ossl|myspell-en-gb|myspell-it|myspell-lt|myspell-sl|myspell-sv-se|netcat|python-gobject|qml-module-org-kde-extensionplugin|qtpositioning5-doc|qtpositioning5-examples|transfig|ttf-dejavu|ttf-freefont)" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo