[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: install debbindiff with recommends, as needed by version 10

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 16:30:49 UTC 2015


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 ffe94fb621919d7d18a970a35fd4d9ec70d44c80
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Mar 20 17:30:46 2015 +0100

    reproducible: install debbindiff with recommends, as needed by version 10
---
 bin/reproducible_setup_schroot.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh
index f02c7c8..3195da4 100755
--- a/bin/reproducible_setup_schroot.sh
+++ b/bin/reproducible_setup_schroot.sh
@@ -52,7 +52,9 @@ bootstrap() {
 
 	sudo chroot $CHROOT_TARGET apt-get update
 	if [ -n "$1" ] ; then
-		sudo chroot $CHROOT_TARGET apt-get install -y --no-install-recommends "$@"
+		# install debbindiff with all recommends...
+		#sudo chroot $CHROOT_TARGET apt-get install -y --no-install-recommends "$@"
+		sudo chroot $CHROOT_TARGET apt-get install -y "$@"
 	fi
 }
 

-- 
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