From 5c69f6365241870306d5b5bd0c8a4c0d2d2addd7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 19 Nov 2016 17:14:16 +0100 Subject: use git for gnunet and mhd --- bootstrap-bluegreen | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'bootstrap-bluegreen') diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen index 36bc7d9..a5b7eda 100755 --- a/bootstrap-bluegreen +++ b/bootstrap-bluegreen @@ -19,8 +19,7 @@ set -eu usage() { - ech "Usage:" - echo "$0: DEPLOYMENT_BASENAME" + echo "Usage: $0 DEPLOYMENT_BASENAME" } if [ -z ${1+x} ]; then @@ -39,13 +38,11 @@ esac cd $HOME -if ! test -d $HOME/gnunet; then - svn checkout https://gnunet.org/svn/gnunet -fi - -if ! test -d $HOME/libmicrohttpd; then - svn checkout https://gnunet.org/svn/libmicrohttpd -fi +for component in gnunet libmicrohttps; do + if ! test -d $HOME/$component; then + git clone git://git@gnunet.org/$component.git + fi +done for component in bank merchant gnurl landing exchange merchant-frontends deployment; do if ! test -d $HOME/$component; then -- cgit v1.2.3