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: must check agains


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: must check against the http*s* blog
Date: Tue, 09 Jan 2018 16:50:24 +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 37070a3  must check against the http*s* blog
37070a3 is described below

commit 37070a3e3ba1b3ff12772e756cf8d065afcb7955
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 9 16:50:04 2018 +0100

    must check against the http*s* blog
---
 buildbot/checks.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index b466e95..ea6e275 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -44,7 +44,7 @@ fi
 
 http_status_code=$(curl \
   -H "X-Taler-Deployment-Color: $nonactive" \
-  -s http://shop.test.taler.net/ -o /dev/null \
+  -s https://shop.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]