summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-29 11:52:11 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-29 11:52:11 +0200
commitbcd5e09431655232f6e9fb28310e3aa2477a70ff (patch)
treef8609e0f709ed6f7a790b83c0bf18a348eeac1d7 /bin/chroot-installation.sh
parent52660eee799cfd908543160ac2b630e4d31daba6 (diff)
downloadjenkins.debian.net-bcd5e09431655232f6e9fb28310e3aa2477a70ff.tar.xz
chroot-installations: also ignore myspell-ca when looking for transitional packages for now
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 6bb4b2b5..fdb5c0cf 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -293,13 +293,13 @@ if [ "$DISTRO" = "sid" ] ; then
# stretch is frozen, so for now we ignore:
# 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
+ # libqca2-plugin-ossl myspell-en-gb myspell-ca 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|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)" \
+ | 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-ca|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