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: consider when cur


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: consider when curl goes okay
Date: Tue, 09 Jan 2018 16:37:36 +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 5462199  consider when curl goes okay
5462199 is described below

commit 5462199b650bde1d030fb924d996257cb414aff7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 9 16:37:23 2018 +0100

    consider when curl goes okay
---
 buildbot/checks.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 709bb2f..b466e95 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -13,6 +13,7 @@ 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" ;;
      *) echo "unknown, see curl man page" ;;
   esac
 }

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



reply via email to

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