summaryrefslogtreecommitdiff
path: root/bootstrap-bluegreen
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-bluegreen')
-rwxr-xr-xbootstrap-bluegreen4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index d201dc6..05fe504 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 donations blog deployment auditor survey ; do
+for component in bank merchant gnurl landing exchange donations blog backoffice 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 donations blog survey ; do
+for component in bank merchant landing exchange donations blog survey backoffice ; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done