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: add tip reserve e


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add tip reserve enabler
Date: Thu, 30 Nov 2017 13:35:16 +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 5517112  add tip reserve enabler
5517112 is described below

commit 551711274ce5d3630fe0162f89214052fd6c8076
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 30 13:35:00 2017 +0100

    add tip reserve enabler
---
 taler-build/enable_reserve.sh | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/taler-build/enable_reserve.sh b/taler-build/enable_reserve.sh
new file mode 100755
index 0000000..2404a0c
--- /dev/null
+++ b/taler-build/enable_reserve.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+# This file is run only ONCE - and acts more like a recipe!
+# That's because a reserve cannot get its deadline changed,
+# so even though we top periodically the same reserve (with
+# taler-exchange-reservemod), we can't likewise move in the
+# future that reserve's expiration date; thus we pick a very
+# distant time for it.
+
+source $HOME/activate
+
+taler-merchant-tip-enable \
+  --amount="$TALER_CONFIG_CURRENCY:100.00" \
+  --backend-uri="http://backend.$TALER_ENVNAME.taler.net/"; \
+  --credit-uuid=ZUV321 \ # do not change
+  --instance=default \
+  --expiration=2020-12-31

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



reply via email to

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