summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-21 15:10:13 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-21 15:10:13 +0200
commitb433028c506c534b430a66d06fa8239b41e601d0 (patch)
tree6443c570ce64d39d400cfc5483e1cf9009077a16 /bin/chroot-installation.sh
parent9100bade46745f2735b03cf690c22d829bd6c289 (diff)
downloadjenkins.debian.net-b433028c506c534b430a66d06fa8239b41e601d0.tar.xz
sort alphabetically
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 0dba1191..4c6d146f 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -289,12 +289,12 @@ fi
if [ "$DISTRO" = "sid" ] ; then
# ignore multiarch-support because the transition will never be finished…
# stretch is frozen, so for now we ignore:
- # ttf-freefont transfig libpango1.0-0 dh-systemd jadetex
- # libkutils4 libpcap-dev netcat libav-tools libkf5akonadicore-bin
- # ttf-dejavu python-gobject gnupg2
+ # dh-systemd gnupg2 jadetex libav-tools libkf5akonadicore-bin
+ # libkutils4 libpango1.0-0 libpcap-dev netcat python-gobject
+ # transfig ttf-dejavu ttf-freefont
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(ttf-freefont|transfig|libpango1.0-0|dh-systemd|jadetex|libkutils4|libpcap-dev|netcat|libav-tools|libkf5akonadicore-bin|ttf-dejavu|python-gobject|gnupg2)" \
+ | egrep -v "(dh-systemd|gnupg2|jadetex|libav-tools|libkf5akonadicore-bin|libkutils4|libpango1.0-0|libpcap-dev|netcat|python-gobject|transfig|ttf-dejavu|ttf-freefont)" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo