summaryrefslogtreecommitdiff
path: root/bootstrap-bluegreen
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-bluegreen')
-rwxr-xr-xbootstrap-bluegreen6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index fa40bac..2b49bbc 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -34,9 +34,9 @@ fi
ENVNAME=$1
ENVCOLOR=$2
-
BRANCH=master
CURRENCY=TESTKUDOS
+
case $ENVNAME in
demo)
BRANCH=stable
@@ -54,7 +54,7 @@ if ! test -d $HOME/libmicrohttpd; then
git clone git://gnunet.org/libmicrohttpd.git
fi
-for component in bank merchant gnurl landing exchange donations blog backoffice deployment auditor survey ; do
+for component in twister 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
@@ -66,7 +66,7 @@ if [[ "$ENVNAME" = test ]]; then
fi
fi
-for component in bank merchant landing exchange donations blog survey backoffice ; do
+for component in twister bank merchant landing exchange donations blog survey backoffice ; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done