[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installation: stop ignoring transitional packages now that stretch is released, let's get rid of them!
Holger Levsen
holger at layer-acht.org
Sun Aug 6 19:45:20 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 b06de8bc35b8aab2a3a5f925021eb264e7c9e320
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Aug 6 21:40:07 2017 +0200
chroot-installation: stop ignoring transitional packages now that stretch is released, let's get rid of them!
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 6e30612..a23066f 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:
+ # <nothing yet!> (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
--
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