gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: do not fail if nothing new was


From: gnunet
Subject: [taler-deployment] branch master updated: do not fail if nothing new was added:
Date: Sun, 23 Feb 2020 22:59:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b505ca4  do not fail if nothing new was added:
b505ca4 is described below

commit b505ca479a4b5f552dd0a66fd781bebfdad9c049
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 22:59:01 2020 +0100

    do not fail if nothing new was added:
---
 bin/taler-deployment-prepare | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index c3f9b00..b3ddd4b 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -57,7 +57,7 @@ taler-auditor-exchange \
 
 rm -f auditor.in
 taler-exchange-keyup -o auditor.in
-taler-auditor-sign -m $EXCHANGE_MASTER_PUB -r auditor.in -o auditor.out
+taler-auditor-sign -m $EXCHANGE_MASTER_PUB -r auditor.in -o auditor.out || true
 rm -f auditor.in auditor.out # we don't actually use the auditor's signatures 
in the demo!
 
 # Make configuration accessible to auditor

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



reply via email to

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