taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 1e44dc75c820f169362fe997b57175447bf4217d
parent 5f32609b03d14067cdd6e7ed65c8f9a445cff502
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  2 Jan 2018 16:10:37 +0100

look for 200 OK now for /landing

Diffstat:
Mbuildbot/checks.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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