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: reserve updater,


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: reserve updater, not called yet
Date: Thu, 30 Nov 2017 13:19: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 da9d7eb  reserve updater, not called yet
da9d7eb is described below

commit da9d7ebaa3d187aff4a75275048ae751ebb4f491
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 30 13:19:17 2017 +0100

    reserve updater, not called yet
---
 config/generate-config            |  2 ++
 private-keys/default-tip.priv     |  1 +
 taler-build/update_tip_reserve.sh | 15 +++++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index b52e5fd..5418169 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -175,6 +175,8 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("merchant-instance-GNUnet", "keyfile", 
"${TALER_DEPLOYMENT_SHARED}/merchant/gnunet.priv")
     cfg_put("merchant-instance-Taler", "keyfile", 
"${TALER_DEPLOYMENT_SHARED}/merchant/taler.priv")
     cfg_put("merchant-instance-default", "keyfile", 
"${TALER_DEPLOYMENT_SHARED}/merchant/default.priv")
+    cfg_put("merchant-instance-default", "tip_reserve_priv", 
"27CJT3ZDYSY1XWHNCYMF1HC1DXN5TP2HV2NQETFSNJJK9J9PWCP0")
+    cfg_pub("merchant-instance-default", "tip_exchange", 
"https://exchange.{}.taler.net/".format(envname))
     cfg_put("merchant-instance-tutorial", "keyfile", 
"${TALER_DEPLOYMENT_SHARED}/merchant/tutorial.priv")
 
     cfg_put("merchant-instance-wireformat-Tor", "test_response_file", 
"${TALER_DEPLOYMENT_SHARED}/merchant/wire/tor.json")
diff --git a/private-keys/default-tip.priv b/private-keys/default-tip.priv
new file mode 100644
index 0000000..a5172f2
--- /dev/null
+++ b/private-keys/default-tip.priv
@@ -0,0 +1 @@
+�-��|�5g��Łoj]XQثwi���4�6�,
\ No newline at end of file
diff --git a/taler-build/update_tip_reserve.sh 
b/taler-build/update_tip_reserve.sh
new file mode 100755
index 0000000..6697870
--- /dev/null
+++ b/taler-build/update_tip_reserve.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# This command must be run under {test,demo}-{blue,green}
+# home directories.
+
+source $HOME/activate
+
+taler-exchange-reservemod \
+  --add="$TALER_CONFIG_CURRENCY:100.0" \
+  --reserve=S98FEXHW3VJ93EA73CRAQ5E8E4DJE96Z9JXYFHFD169FWS9NS8A0 \
+  
--sender='{"bank_uri":"https://bank.$TALER_ENVNAME.taler.net/","account_number":7,"type":"test"}'
 \
+  --transfer='ZUV321'
+
+# note: account number (7) is hardcoded, as tipping
+# is only being tested against the 'default' instance.

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



reply via email to

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