[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installation: ignore multiarch-support when looking for transitional packages
Holger Levsen
holger at layer-acht.org
Sat Apr 8 08:57:06 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 629e72f36cdc57eaf36012a1f9131406384f04b2
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Apr 8 10:57:01 2017 +0200
chroot-installation: ignore multiarch-support when looking for transitional packages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 80e6b75..b056671 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -287,7 +287,8 @@ fi
# in sid: find and warn about transitional packages being installed
#
if [ "$DISTRO" = "sid" ] ; then
- ( sudo chroot $CHROOT_TARGET dpkg -l | grep -i "Transitional" 2>/dev/null ) > $TMPFILE
+ # ignore multiarch-support because the transition will never be finished…
+ ( sudo chroot $CHROOT_TARGET dpkg -l | grep -v multiarch-support | grep -i "Transitional" 2>/dev/null ) > $TMPFILE
if [ -s $TMPFILE ] ; then
echo
echo "Warning: Transitional packages found:"
--
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