summaryrefslogtreecommitdiff
path: root/bootstrap-standalone
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-16 16:27:19 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-16 16:27:24 +0100
commit8e622836ac24319c826094dc5d99a41a586271e5 (patch)
tree0af42805617802a4080588efebdb8ea44506b10d /bootstrap-standalone
parentfbb0e81184e8ff4463d07c1744ee41feb68f753d (diff)
downloaddeployment-8e622836ac24319c826094dc5d99a41a586271e5.tar.gz
deployment-8e622836ac24319c826094dc5d99a41a586271e5.tar.bz2
deployment-8e622836ac24319c826094dc5d99a41a586271e5.zip
auditor
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 8754c43..9e83669 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -24,13 +24,13 @@ if ! test -d $HOME/libmicrohttpd; then
git -C ~/libmicrohttpd checkout -q tags/v0.9.52
fi
-for component in bank merchant gnurl landing exchange merchant-frontends deployment; do
+for component in bank merchant gnurl landing exchange merchant-frontends deployment auditor; 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 auditor; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done