summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-31 19:33:17 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-31 19:34:01 +0200
commit96dc59bbdf245b8205b4f9889c70b2acd48afcca (patch)
tree1d650123bd7a25fafb38682bd08014dcdcc6d0f2
parent1de5dad0d7da36af9152eaf5b9dbef73910c79a9 (diff)
downloaddeployment-96dc59bbdf245b8205b4f9889c70b2acd48afcca.tar.gz
deployment-96dc59bbdf245b8205b4f9889c70b2acd48afcca.tar.bz2
deployment-96dc59bbdf245b8205b4f9889c70b2acd48afcca.zip
demo doesn't checkout older commits from gnunet/libmhd
-rwxr-xr-xbootstrap-bluegreen6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 2fe905f..21f3042 100755
--- 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