gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 01/02: install dependency


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 01/02: install dependency
Date: Sat, 12 Oct 2019 09:06:07 +0200

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

dold pushed a commit to branch master
in repository deployment.

commit 322fa6f0ba00d0f7efe0e800b43903d17ce2028e
Author: Florian Dold <address@hidden>
AuthorDate: Sat Oct 12 12:35:44 2019 +0530

    install dependency
---
 bin/taler-deployment | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index ebe99c0..b06d064 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -196,6 +196,7 @@ def build_bank(r, p):
 
 def build_landing(r, p):
     update_checkout(r, p)
+    subprocess.run(["pip3", "install", "--user", "jsmin"], check=True)
     subprocess.run(["./bootstrap"], check=True)
     pfx = Path.home() / "local"
     default_configure()

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



reply via email to

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