[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: installing Libeufin along inte
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: installing Libeufin along integration tests |
Date: |
Tue, 27 Jul 2021 11:51:44 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 17d1a24 installing Libeufin along integration tests
17d1a24 is described below
commit 17d1a243bd6da8321d747b7bc44805ebf392bd08
Author: ms <ms@taler.net>
AuthorDate: Tue Jul 27 11:51:25 2021 +0200
installing Libeufin along integration tests
---
bin/taler-deployment | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 6a96568..6f21d0d 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -149,6 +149,13 @@ def pyconfigure(*extra):
subprocess.run(["./configure"] + list(extra), check=True)
+def build_libeufin(r: Repo, p: Path):
+ update_checkout(r, p)
+ subprocess.run(["./bootstrap"], check=True)
+ default_configure_nc()
+ subprocess.run(["make", "install"], check=True)
+ (p / "taler-buildstamp").touch()
+
def build_libmicrohttpd(r: Repo, p: Path):
update_checkout(r, p)
subprocess.run(["./bootstrap"], check=True)
@@ -342,10 +349,10 @@ def get_repos(envname):
if envname in ("coverage", "integrationtest",):
return [
Repo(
- "libmicrohttpd",
- "git://git.gnunet.org/libmicrohttpd.git",
+ "libeufin",
+ "git://git.taler.net/libeufin.git",
[],
- build_libmicrohttpd,
+ build_libeufin,
),
Repo(
"gnunet",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: installing Libeufin along integration tests,
gnunet <=