commit 4850e3b7dcfc3c799954cf30bd74b64bac0b6d19
parent 5ee5d584a75874a107a9395820ea6f8590135789
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 18 May 2017 14:45:25 +0200
fetch code from HEAD in standalone installations
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/bootstrap-standalone b/bootstrap-standalone
@@ -16,12 +16,10 @@ cd $HOME
if ! test -d $HOME/gnunet; then
git clone git://gnunet.org/gnunet.git
- git -C ~/gnunet checkout -q taler-0.2.1
fi
if ! test -d $HOME/libmicrohttpd; then
git clone git://gnunet.org/libmicrohttpd.git
- git -C ~/libmicrohttpd checkout -q tags/v0.9.52
fi
for component in bank merchant gnurl landing exchange merchant-frontends deployment auditor; do