summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 21:53:49 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 21:53:49 +0200
commit7d80b91a561673241c89e0fd8f9273e046d9b7a9 (patch)
tree233fba6c42d840467adc0d6300800a68fb01cf7c /bin/taler-deployment
parentd2977df93d167681444ec33bf3a34e04e38720f7 (diff)
downloaddeployment-7d80b91a561673241c89e0fd8f9273e046d9b7a9.tar.gz
deployment-7d80b91a561673241c89e0fd8f9273e046d9b7a9.tar.bz2
deployment-7d80b91a561673241c89e0fd8f9273e046d9b7a9.zip
add wallet-core tsdoc
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 befbf9a..db4927f 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -292,6 +292,12 @@ def get_repos(envname):
["exchange", "libmicrohttpd"],
build_merchant,
),
+ Repo(
+ "wallet-core",
+ "git://git.taler.net/wallet-core",
+ [],
+ build_wallet,
+ ),
]
if envname in ("coverage", "integrationtest",):
return [