From 176aa0b8829f23d1bc35f2cb789b0fca1b76bc98 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 24 Apr 2016 21:43:38 +0200 Subject: bootstrap --- bootstrap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 8c5a62c..19c0e23 100755 --- a/bootstrap +++ b/bootstrap @@ -12,7 +12,11 @@ if ! test -d $base/gnunet; then svn checkout https://gnunet.org/svn/gnunet fi -for component in merchant mint landing exchange merchant-frontends deployment; do +if ! test -d $base/libmicrohttpd; then + svn checkout https://gnunet.org/svn/libmicrohttpd +fi + +for component in merchant gnurl landing exchange merchant-frontends deployment; do if ! test -d $base/$component; then git clone /var/git/$component.git fi -- cgit v1.2.3