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: Voiding exchange


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Voiding exchange and merchant sanity checks (waiting for unix domain sockets based ones).
Date: Fri, 10 Mar 2017 13:23:42 +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 fb81d8c  Voiding exchange and merchant sanity checks (waiting for unix 
domain sockets based ones).
fb81d8c is described below

commit fb81d8c4b6fa317c912c01ccf1e6119ee1704f73
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 10 13:23:20 2017 +0100

    Voiding exchange and merchant sanity checks (waiting for
    unix domain sockets based ones).
---
 taler-build/switch_check_exchange.sh |  9 +--------
 taler-build/switch_check_merchant.sh | 14 +-------------
 2 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/taler-build/switch_check_exchange.sh 
b/taler-build/switch_check_exchange.sh
index bce4a09..c88e3f7 100755
--- a/taler-build/switch_check_exchange.sh
+++ b/taler-build/switch_check_exchange.sh
@@ -1,12 +1,5 @@
 #!/bin/bash
 
-status_code1=$(curl -s -o /dev/null -w "%{http_code}" 
https://exchange.test.taler.net/)
-status_code2=$(curl -s -o /dev/null -w "%{http_code}" 
https://exchange.test.taler.net/keys)
+# Keeping this file for future (unix socket based) checking tecnique.
 
-if test \
-  $status_code1 = 502 -o \
-  $status_code2 = 502; then
-  echo Either \"/\" or \"/keys\" gave 502.
-  exit 1
-fi
 exit 0
diff --git a/taler-build/switch_check_merchant.sh 
b/taler-build/switch_check_merchant.sh
index c5b9beb..c88e3f7 100755
--- a/taler-build/switch_check_merchant.sh
+++ b/taler-build/switch_check_merchant.sh
@@ -1,17 +1,5 @@
 #!/bin/bash
 
-status_code1=$(curl -s -o /dev/null -w "%{http_code}" 
https://shop.test.taler.net/backend)
-status_code2=$(curl -s -o /dev/null -w "%{http_code}" 
https://shop.test.taler.net/backend/proposal)
-status_code3=$(curl -s -o /dev/null -w "%{http_code}" 
https://donations.test.taler.net/backend)
-status_code4=$(curl -s -o /dev/null -w "%{http_code}" 
https://donations.test.taler.net/backend/proposal)
-
-if test \
-  $status_code1 = 502 -o \
-  $status_code2 = 502 -o \
-  $status_code3 = 502 -o \
-  $status_code4 = 502; then
-  echo Either \"/\" or \"/proposal\" gave 502.
-  exit 1
-fi
+# Keeping this file for future (unix socket based) checking tecnique.
 
 exit 0

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



reply via email to

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