From 46b1a826cc3cb2616f2fef0644e305066a1242ba Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 17 May 2017 16:10:11 +0200 Subject: checking out tagged versions of gnunet and mhd only for demo deployments --- bootstrap-bluegreen | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bootstrap-bluegreen') 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 -- cgit v1.2.3