[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: wireformats filen
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: wireformats filename fix. |
Date: |
Thu, 26 Apr 2018 10:12:34 +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 5d14989 wireformats filename fix.
5d14989 is described below
commit 5d14989807c522141e6fc34e0d6be3b74a1c1d05
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 26 10:11:21 2018 +0200
wireformats filename fix.
remove the '.unsignaed.' token in filenames.
---
config/generate-config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/generate-config b/config/generate-config
index 017b08d..35a853e 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -326,7 +326,7 @@ def main(currency, envname, outdir, shared_outdir,
exchange_pub, standalone):
for name, data in exchange_wireformats:
# These files must be signed by the exchange in
# a later step
- f = open(os.path.join(d, name+".unsigned.json"), "w")
+ f = open(os.path.join(d, name+".json"), "w")
f.write(data)
f.close()
else:
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: wireformats filename fix.,
gnunet <=