[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: ignore transitional dependencies on dh-systemd because #871312
Holger Levsen
holger at layer-acht.org
Mon Aug 7 15:31:22 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 9c9f55b95e07ec994e32853214e6a85bf5182930
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 7 11:31:11 2017 -0400
chroot-installs: ignore transitional dependencies on dh-systemd because #871312
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 7634da7..47d9b06 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -286,9 +286,10 @@ fi
if [ "$DISTRO" = "sid" ] ; then
# ignore multiarch-support because the transition will never be finished…
# ignore jadetex because #871021
+ # ignore dh-systemd because #871312
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(jadetex)" \
+ | egrep -v "(jadetex|dh-systemd)" \
| 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