commit 96dc59bbdf245b8205b4f9889c70b2acd48afcca
parent 1de5dad0d7da36af9152eaf5b9dbef73910c79a9
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 31 May 2017 19:33:17 +0200
demo doesn't checkout older commits from gnunet/libmhd
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
@@ -48,16 +48,10 @@ cd $HOME
if ! test -d $HOME/gnunet; then
git clone git://gnunet.org/gnunet.git
- if test demo = $ENVNAME; then
- git -C ~/gnunet checkout -q taler-0.2.1
- fi
fi
if ! test -d $HOME/libmicrohttpd; then
git clone git://gnunet.org/libmicrohttpd.git
- if test demo = $ENVNAME; then
- git -C ~/libmicrohttpd checkout -q tags/v0.9.52
- fi
fi
for component in bank merchant gnurl landing exchange merchant-frontends deployment auditor; do