summaryrefslogtreecommitdiff
path: root/bootstrap-standalone
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 10:54:29 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 11:00:14 +0100
commit974f1df77a5f6596b0a5eedbe1774d68647a171a (patch)
treea272ac25d09cf5f7ed630734f2ea0f4cf85a0bac /bootstrap-standalone
parent14f7b045507b259a482e648f811d395819731825 (diff)
downloaddeployment-974f1df77a5f6596b0a5eedbe1774d68647a171a.tar.gz
deployment-974f1df77a5f6596b0a5eedbe1774d68647a171a.tar.bz2
deployment-974f1df77a5f6596b0a5eedbe1774d68647a171a.zip
removing any mention of 'merchant-frontends'
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 1bfbc8d..b816852 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 survey ; do
+for component in bank merchant gnurl landing exchange donations blog 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 survey ; do
+for component in bank merchant landing exchange donations blog survey ; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done