[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: always install ca-certificates

Holger Levsen holger at moszumanska.debian.org
Wed Jan 27 23:36:20 UTC 2016


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 66abc9f4cd52759b8251898ec9f364afa0050eff
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jan 28 00:36:09 2016 +0100

    torbrowser tests: always install ca-certificates
---
 bin/test_torbrowser-launcher.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index ca7c737..e300263 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -150,8 +150,8 @@ announce_problem_and_abort_silently() {
 
 prepare_other_packages() {
 	if $VIA_TOR ; then
-		echo "$(date -u ) - installing tor as this test will download torbrowser via the system tor service."
-		schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y tor openssl
+		echo "$(date -u ) - installing tor and ca-certificates as this test will download torbrowser via the system tor service."
+		schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y tor ca-certificates
 	else
 		echo "$(date -u ) - installing ca-certificates as this test will download torbrowser via https."
 		schroot --run-session -c $SESSION --directory $TMPDIR -u root -- apt-get install -y ca-certificates

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