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: mapping TALER_{DA


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: mapping TALER_{DATA, CONFIG}_HOME for blue/green envs
Date: Mon, 17 Jul 2017 14:18:03 +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 d10e29d  mapping TALER_{DATA,CONFIG}_HOME for blue/green envs
d10e29d is described below

commit d10e29ded3fc81082ebd48bb55a4f620d7611624
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 17 14:17:40 2017 +0200

    mapping TALER_{DATA,CONFIG}_HOME for blue/green envs
---
 config/generate-config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config
index f114543..c832ae8 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -44,7 +44,9 @@ def coin(currency,
 
 def config(currency, envname, exchange_pub, standalone):
     cfg_put("paths", "TALER_DEPLOYMENT_SHARED", "${HOME}/shared-data")
-    cfg_put("paths", "TALER_DEPLOYMENT_SHARED", "${HOME}/shared-data")
+    if not standalone:
+        cfg_put("paths", "TALER_DATA_HOME", "${HOME}/shared-data")
+        cfg_put("paths", "TALER_CONFIG_HOME", "${HOME}/shared-config")
 
     cfg_put("taler", "CURRENCY", currency)
 

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



reply via email to

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