summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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