gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: full cfg


From: gnunet
Subject: [taler-deployment] branch master updated: full cfg
Date: Thu, 25 Aug 2022 15:52:05 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 02d8f99  full cfg
02d8f99 is described below

commit 02d8f997d07bcb2cdfe01545b67e4082ff582fd0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 25 15:52:03 2022 +0200

    full cfg
---
 bin/taler-gv | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv
index e0f3471..9581011 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -872,12 +872,12 @@ def prepare(postgres_db_name):
             exchange_master_pub
     ):
         Command([
-            f"{TALER_PREFIX}/bin/taler-config", "-c", filename,
+            f"{TALER_PREFIX}/bin/taler-config", "-F", "-c", filename,
             "-s", "exchange", "-o", "master_public_key",
             "-V", exchange_master_pub
         ]).run()
         Command([
-            f"{TALER_PREFIX}/bin/taler-config", "-c", filename,
+            f"{TALER_PREFIX}/bin/taler-config", "-F", "-c", filename,
             "-s", f"merchant-exchange-{currency}",
             "-o", "master_key",
             "-V", exchange_master_pub
@@ -1564,6 +1564,7 @@ def prepare(postgres_db_name):
     Command(
         [
             f"{TALER_PREFIX}/bin/taler-config",
+            "-F",
             "-c", CFG_OUTDIR / "taler.conf",
             "-s", "exchange-accountcredentials-1",
             "-o" "username",

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