gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: test without signup bonus


From: gnunet
Subject: [taler-deployment] branch master updated: test without signup bonus
Date: Wed, 04 May 2022 11:49:31 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 68d7332  test without signup bonus
68d7332 is described below

commit 68d7332af6bbc1b7a78a3340cae374986d480258
Author: ms <ms@taler.net>
AuthorDate: Wed May 4 11:49:24 2022 +0200

    test without signup bonus
---
 bin/taler-local | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/bin/taler-local b/bin/taler-local
index 33dca44..a84645c 100755
--- a/bin/taler-local
+++ b/bin/taler-local
@@ -1453,7 +1453,14 @@ def prepare(x_forwarded_host, x_forwarded_proto, 
postgres_db_name):
         if error.errno != errno.ENOENT:
             raise error
     print(" OK")
-
+    # Make the 'default' demobank at Sandbox.  (No signup bonus)
+    Command([
+        f"{TALER_PREFIX}/bin/libeufin-sandbox",
+        "config", "--currency", "CHF", "--without-signup-bonus", "default"],
+        env={
+            "PATH": os.environ["PATH"],
+            "LIBEUFIN_SANDBOX_DB_CONNECTION": f"jdbc:sqlite:{SANDBOX_DB_FILE}"
+        }).run()
     # This step transparantly creates a default demobank.
     print_nn("Launching Sandbox...")
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-sandbox.service"])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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