gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: path


From: gnunet
Subject: [taler-deployment] branch master updated: path
Date: Wed, 27 Nov 2019 17:35:15 +0100

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 9821c4a  path
9821c4a is described below

commit 9821c4a8e8a13fa8148bda791cab9970486b9222
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 27 17:35:09 2019 +0100

    path
---
 bin/taler-deployment | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index c64ec63..2d6c7a4 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -540,9 +540,9 @@ def bootstrap() -> None:
         www_path = (Path.home() / "www")
         www_path.mkdir(exist_ok=True)
         if not os.path.islink(www_path / "merchant"):
-            os.symlink(Path.home() / "sources" / "merchant" / "doc" / 
"coverage", www_path / "merchant")
+            os.symlink(Path.home() / "sources" / "merchant" / 
"coverage_report", www_path / "merchant")
         if not os.path.islink(www_path / "exchange"):
-            os.symlink(Path.home() / "sources" / "exchange" / "doc" / 
"coverage", www_path / "exchange")
+            os.symlink(Path.home() / "sources" / "exchange" / 
"coverage_report", www_path / "exchange")
             
 
     print("Bootstrap finished.")

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



reply via email to

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