gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: demo sites need PYTHONUSERBASE


From: gnunet
Subject: [taler-deployment] branch master updated: demo sites need PYTHONUSERBASE in env
Date: Thu, 25 Aug 2022 10:29:52 +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 383e4f8  demo sites need PYTHONUSERBASE in env
383e4f8 is described below

commit 383e4f854f2cd392a51fde79913f7e22d1c8fc11
Author: MS <ms@taler.net>
AuthorDate: Thu Aug 25 10:29:48 2022 +0200

    demo sites need PYTHONUSERBASE in env
---
 bin/taler-gv | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-gv b/bin/taler-gv
index 5ab8798..106fb9c 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1187,6 +1187,7 @@ def prepare(postgres_db_name):
         ))
     # euFin env files.
     with open(TALER_UNIT_FILES_DIR / "taler-local-sandbox.env", "w") as 
sandbox_env:
+        sandbox_env.write(f"PYTHONUSERBASE={TALER_PREFIX}\n")
         
sandbox_env.write(f"LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:{SANDBOX_DB_FILE}\n")
         
sandbox_env.write(f"LIBEUFIN_SANDBOX_ADMIN_PASSWORD={SANDBOX_ADMIN_PASSWORD}\n")
         # The following populates the bank UI navigation bar.

-- 
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]