gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: deploying coverage worker


From: gnunet
Subject: [taler-deployment] branch master updated: deploying coverage worker
Date: Wed, 27 Nov 2019 11:01:49 +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 f20cbda  deploying coverage worker
f20cbda is described below

commit f20cbda7b3136120c3877bdc20322b33ecc2235d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 27 11:01:28 2019 +0100

    deploying coverage worker
---
 bin/taler-deployment | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 4f1179d..94790db 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -535,7 +535,13 @@ def bootstrap() -> None:
     elif envname == "coverage":
         create_bb_worker("bb-worker", "lcov-worker", "lcov-pass")
 
-
+        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")
+        if not os.path.islink(www_path / "exchange"):
+            os.symlink(Path.home() / "sources" / "exchange" / "doc" / 
"coverage", www_path / "exchange")
+            
 
     print("Bootstrap finished.")
     print("Please source the ~/activate file before proceeding.")

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



reply via email to

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