summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
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 608d386..19568e2 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -358,6 +358,12 @@ def get_repos(envname):
["exchange", "libmicrohttpd"],
build_merchant,
),
+ Repo(
+ "sync",
+ "git://git.taler.net/sync",
+ ["exchange", "merchant", "libmicrohttpd"],
+ build_sync,
+ ),
Repo("bank", "git://git.taler.net/bank", [], build_bank),
Repo("taler-merchant-demos", "git://git.taler.net/taler-merchant-demos", [], build_demos),
Repo("backoffice", "git://git.taler.net/backoffice", [], build_backoffice),