summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-27 12:01:24 +0200
committerms <ms@taler.net>2021-07-27 12:01:24 +0200
commit38c6750fa9a3b615d85db64cb40085d24f3952a0 (patch)
tree1a705aa91f871331eee87d63d0d1e3e8a9b31ef2 /bin/taler-deployment
parent17d1a243bd6da8321d747b7bc44805ebf392bd08 (diff)
downloaddeployment-38c6750fa9a3b615d85db64cb40085d24f3952a0.tar.gz
deployment-38c6750fa9a3b615d85db64cb40085d24f3952a0.tar.bz2
deployment-38c6750fa9a3b615d85db64cb40085d24f3952a0.zip
integration tests deps
Diffstat (limited to 'bin/taler-deployment')
-rwxr-xr-xbin/taler-deployment6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 6f21d0d..4659a6d 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -355,6 +355,12 @@ def get_repos(envname):
build_libeufin,
),
Repo(
+ "libmicrohttpd",
+ "git://git.gnunet.org/libmicrohttpd.git",
+ [],
+ build_libmicrohttpd,
+ ),
+ Repo(
"gnunet",
"git://git.gnunet.org/gnunet.git",
["libmicrohttpd"],