summaryrefslogtreecommitdiff
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
parent21230ee746674ef88fb30d9a23bd5d414fc9e04a (diff)
downloaddeployment-514ea05022c6ef047a7156386c02362de95eace5.tar.gz
deployment-514ea05022c6ef047a7156386c02362de95eace5.tar.bz2
deployment-514ea05022c6ef047a7156386c02362de95eace5.zip
survey deployment
-rwxr-xr-xbootstrap-bluegreen4
-rwxr-xr-xbootstrap-standalone4
2 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index fed08e6..77d61ae 100755
--- 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
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