From b06de8bc35b8aab2a3a5f925021eb264e7c9e320 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 6 Aug 2017 21:40:07 +0200 Subject: chroot-installation: stop ignoring transitional packages now that stretch is released, let's get rid of them! Signed-off-by: Mattia Rizzolo Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'bin') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 6e306129..a23066fa 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -285,16 +285,12 @@ 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 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 + # buster is frozen, so for now we ignore: + # (add the following in the pipeline below listing the + # ignored packages) + # | egrep -v "(pkg1|pkg2)" \ ( 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-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 -- cgit v1.2.3-54-g00ecf