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: #5219


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: #5219
Date: Mon, 18 Dec 2017 19:28:47 +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 3750f4e   #5219
3750f4e is described below

commit 3750f4e3de4f970c94f4f2a7b9f2b5c8402e9e86
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Dec 18 19:28:29 2017 +0100

     #5219
---
 buildbot/checks.sh | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 8b94c6c..94bceb7 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -8,32 +8,44 @@ if test $active = "test-blue"; then
   nonactive="green"
 fi
 
-if ! curl -H "X-Taler-Deployment-Color: $nonactive" -s 
https://exchange.test.taler.net/ &> /dev/null; then
+if ! test 200 = curl \
+  -H "X-Taler-Deployment-Color: $nonactive" \
+  -s https://exchange.test.taler.net/ &> /dev/null; then
   echo Exchange did not restart correctly
   exit 1
 fi
 
-if ! curl -H "X-Taler-Deployment-Color: $nonactive" -s 
http://backend.test.taler.net/ &> /dev/null; then
+if ! test 200 = curl \
+  -H "X-Taler-Deployment-Color: $nonactive" \
+  -s http://backend.test.taler.net/ &> /dev/null; then
   echo Merchant backend did not restart correctly
   exit 1
 fi
 
-if ! curl -H "X-Taler-Deployment-Color: $nonactive" -s 
https://shop.test.taler.net/ &> /dev/null; then
+if ! test 200 = curl \
+  -H "X-Taler-Deployment-Color: $nonactive" \
+  -s https://shop.test.taler.net/ &> /dev/null; then
   echo Blog did not restart correctly
   exit 1
 fi
 
-if ! curl -H "X-Taler-Deployment-Color: $nonactive" -s 
https://donations.test.taler.net/ &> /dev/null; then
+if ! test 200 = curl \
+  -H "X-Taler-Deployment-Color: $nonactive" \
+  -s https://donations.test.taler.net/ &> /dev/null; then
   echo Donations shop did not restart correctly
   exit 1
 fi
 
-if ! curl -H "X-Taler-Deployment-Color: $nonactive" -s 
https://bank.test.taler.net/ &> /dev/null; then
+if ! test 200 = curl \
+  -H "X-Taler-Deployment-Color: $nonactive" \
+  -s https://bank.test.taler.net/ &> /dev/null; then
   echo Bank did not restart correctly
   exit 1
 fi
 
-if ! curl -H "X-Taler-Deployment-Color: $nonactive" -s https://test.taler.net/ 
&> /dev/null; then
+if ! test 200 = curl \
+  -H "X-Taler-Deployment-Color: $nonactive" \
+  -s https://test.taler.net/ &> /dev/null; then
   echo Landing page did not restart correctly
   exit 1
 fi

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



reply via email to

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