summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-24 21:43:38 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-24 21:43:38 +0200
commit176aa0b8829f23d1bc35f2cb789b0fca1b76bc98 (patch)
treeb2787c695efde02b3d3523773ce4229e42069e6d
parent36d949f1fc1769a07f84ea03fce8b03ca6af221c (diff)
downloaddeployment-176aa0b8829f23d1bc35f2cb789b0fca1b76bc98.tar.gz
deployment-176aa0b8829f23d1bc35f2cb789b0fca1b76bc98.tar.bz2
deployment-176aa0b8829f23d1bc35f2cb789b0fca1b76bc98.zip
bootstrap
-rwxr-xr-xbootstrap6
1 files changed, 5 insertions, 1 deletions
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