summaryrefslogtreecommitdiff
path: root/bootstrap-standalone
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-20 17:05:21 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-20 17:05:21 +0100
commit514ea05022c6ef047a7156386c02362de95eace5 (patch)
tree3ee44f58d619945baf9556ca4447a4e195744515 /bootstrap-standalone
parent21230ee746674ef88fb30d9a23bd5d414fc9e04a (diff)
downloaddeployment-514ea05022c6ef047a7156386c02362de95eace5.tar.gz
deployment-514ea05022c6ef047a7156386c02362de95eace5.tar.bz2
deployment-514ea05022c6ef047a7156386c02362de95eace5.zip
survey deployment
Diffstat (limited to 'bootstrap-standalone')
-rwxr-xr-xbootstrap-standalone4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-standalone b/bootstrap-standalone
index 88ada0e..1bfbc8d 100755
--- 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