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: look for 200 OK n


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: look for 200 OK now for /landing
Date: Tue, 02 Jan 2018 16:10:54 +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 1e44dc7  look for 200 OK now for /landing
1e44dc7 is described below

commit 1e44dc75c820f169362fe997b57175447bf4217d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 2 16:10:37 2018 +0100

    look for 200 OK now for /landing
---
 buildbot/checks.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index c215bd5..39f52b6 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -48,7 +48,7 @@ if ! test 302 = $(curl \
   exit 1
 fi
 
-if ! test 302 = $(curl \
+if ! test 200 = $(curl \
   -H "X-Taler-Deployment-Color: $nonactive" \
   -s https://test.taler.net/en/index.html -o /dev/null \
   -w "%{http_code}"); then

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



reply via email to

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