gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: same for other se


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: same for other services
Date: Tue, 09 Jan 2018 16:51:22 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dc12caa  same for other services
dc12caa is described below

commit dc12caa352c24ec6ea8908e17a49c65fde919cac
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 9 16:51:10 2018 +0100

    same for other services
---
 buildbot/checks.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index ea6e275..19cd80e 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -55,7 +55,7 @@ fi
 
 http_status_code=$(curl \
   -H "X-Taler-Deployment-Color: $nonactive" \
-  -s http://donations.test.taler.net/ -o /dev/null \
+  -s https://donations.test.taler.net/ -o /dev/null \
   -w "%{http_code}")
 if ! test 200 = $http_status_code; then
   printf "$error_fmt" \
@@ -66,7 +66,7 @@ fi
 
 http_status_code=$(curl \
   -H "X-Taler-Deployment-Color: $nonactive" \
-  -s http://bank.test.taler.net/ -o /dev/null \
+  -s https://bank.test.taler.net/ -o /dev/null \
   -w "%{http_code}")
 if ! test 302 = $http_status_code; then
   printf "$error_fmt" \
@@ -77,7 +77,7 @@ fi
 
 http_status_code=$(curl \
   -H "X-Taler-Deployment-Color: $nonactive" \
-  -s http://test.taler.net/ -o /dev/null \
+  -s https://test.taler.net/ -o /dev/null \
   -w "%{http_code}")
 if ! test 200 = $http_status_code; then
   printf "$error_fmt" \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]