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: random filename f


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: random filename for auditor signature
Date: Thu, 18 May 2017 11:37:40 +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 5ee5d58  random filename for auditor signature
5ee5d58 is described below

commit 5ee5d584a75874a107a9395820ea6f8590135789
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 18 11:37:42 2017 +0200

    random filename for auditor signature
---
 bin/taler-deployment-keyup | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 8f39c28..6c16586 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -15,7 +15,8 @@ fi
 
 auditor_base_dir=$(taler-config -s exchangedb -o auditor_base_dir -f)
 exchange_master_pub=$(taler-config -s exchange -o master_public_key)
-taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r 
$auditor_request -o "$auditor_base_dir/auditor_sig"
+auditor_sig_output_file=$(date "+%s%N")
+taler-auditor-sign -u https://auditor.taler.net/ -m $exchange_master_pub -r 
$auditor_request -o "$auditor_base_dir/$auditor_sig_output_file"
 if [[ 0 != $? ]]; then
   echo Auditor signing not accomplished.
 fi

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



reply via email to

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