summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 16:10:11 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-17 16:10:11 +0200
commit46b1a826cc3cb2616f2fef0644e305066a1242ba (patch)
treed9e47c6e6ccdb7be78bfe2c73110bbeaa1d86bb1
parent373aca8dedcfbf2b618c3b6e3342514580578a23 (diff)
downloaddeployment-46b1a826cc3cb2616f2fef0644e305066a1242ba.tar.gz
deployment-46b1a826cc3cb2616f2fef0644e305066a1242ba.tar.bz2
deployment-46b1a826cc3cb2616f2fef0644e305066a1242ba.zip
checking out tagged versions of gnunet and mhd only for demo
deployments
-rwxr-xr-xbootstrap-bluegreen8
1 files changed, 6 insertions, 2 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 77727b2..ee73156 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -47,12 +47,16 @@ cd $HOME
if ! test -d $HOME/gnunet; then
git clone git://gnunet.org/gnunet.git
- git -C ~/gnunet checkout -q taler-0.2.1
+ 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
- git -C ~/libmicrohttpd checkout -q tags/v0.9.52
+ 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