summaryrefslogtreecommitdiff
path: root/bootstrap-bluegreen
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-bluegreen')
-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