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: ux


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: ux
Date: Tue, 04 Jun 2019 23:18:15 +0200

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 363b429  ux
363b429 is described below

commit 363b429f390641e08955b1dbeb7f8f3b1a33c84d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 4 23:17:53 2019 +0200

    ux
---
 buildbot/checks.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 2e9d548..0db64a7 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -21,12 +21,12 @@ error_stringify ()
   case $1 in
     28) echo "connection timed out" ;;
      7) echo "failed to connect to host" ;;
-     0) echo "not a error, curl went fine" ;;
+     0) echo "successful" ;;
      *) echo "unknown, see curl man page" ;;
   esac
 }
 
-error_fmt="%s (http status code: %s)/(curl exit code: %s - %s)\n"
+error_fmt="%s (http status code: %s)/(curl condition: %s - %s)\n"
 
 URL="https://exchange.${DEPLOYMENT}.${DOMAIN}/";
 http_status_code=$(curl \

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



reply via email to

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