commit 514ea05022c6ef047a7156386c02362de95eace5 parent 21230ee746674ef88fb30d9a23bd5d414fc9e04a Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 20 Nov 2017 17:05:21 +0100 survey deployment Diffstat:
| M | bootstrap-bluegreen | | | 4 | ++-- |
| M | bootstrap-standalone | | | 4 | ++-- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -54,13 +54,13 @@ if ! test -d $HOME/libmicrohttpd; then git clone git://gnunet.org/libmicrohttpd.git fi -for component in bank merchant gnurl landing exchange merchant-frontends deployment auditor ; do +for component in bank merchant gnurl landing exchange merchant-frontends deployment auditor survey ; do if ! test -d $HOME/$component; then git clone /var/git/$component.git fi done -for component in bank merchant landing exchange merchant-frontends ; do +for component in bank merchant landing exchange merchant-frontends survey ; do echo "Checking out $component to $BRANCH" git -C $HOME/$component checkout $BRANCH done diff --git a/bootstrap-standalone b/bootstrap-standalone @@ -22,13 +22,13 @@ if ! test -d $HOME/libmicrohttpd; then git clone git://gnunet.org/libmicrohttpd.git fi -for component in bank merchant gnurl landing exchange merchant-frontends deployment ; do +for component in bank merchant gnurl landing exchange merchant-frontends deployment survey ; do if ! test -d $HOME/$component; then git clone /var/git/$component.git fi done -for component in bank merchant landing exchange merchant-frontends ; do +for component in bank merchant landing exchange merchant-frontends survey ; do echo "Checking out $component to $BRANCH" git -C $HOME/$component checkout $BRANCH done