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: deploying tip-res


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: deploying tip-reserve's priv.
Date: Mon, 10 Jun 2019 01:31:49 +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 3e95fd6  deploying tip-reserve's priv.
3e95fd6 is described below

commit 3e95fd6da24918c1e3cd281ca1d8527402d16158
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 10 01:31:31 2019 +0200

    deploying tip-reserve's priv.
---
 bin/taler-deployment-keyup | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index ecf5248..50fc050 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -29,6 +29,14 @@ EXCHANGE_URL=$(taler-config -s exchange -o base_url)
 EXCHANGE_LIVE_KEYS=$(taler-config -s exchange -o keydir -f)
 EXCHANGE_WIREFEES=$(taler-config -s exchangedb -o wirefee_base_dir -f)
 EXCHANGE_PRIV=$(taler-config -s exchange -o master_priv_file -f)
+TIP_RESERVE_PRIV=$(taler-config -s instance-default -o 
tip_reserve_priv_filename -f)
+
+# Deploying merchant tip-reserve priv.
+if ! test -f $TIP_RESERVE_PRIV ; then
+  mkdir -p $(dirname $TIP_RESERVE_PRIV)
+  cp $HOME/deployment/private-keys/default-tip.priv $TIP_RESERVE_PRIV
+  chmod g+rx $EXCHANGE_PRIV
+fi
 
 # Deploying Exchange's priv.
 if ! test -f $EXCHANGE_PRIV ; then

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



reply via email to

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