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