summaryrefslogtreecommitdiff
path: root/bootstrap-standalone
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 18:42:30 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 18:42:30 +0100
commit0bc13d4d3852eb7bad0591cac0f1d794a04cf18b (patch)
treeba67c3edec385b68e3984385cb5083474751b56f /bootstrap-standalone
parent247532df05c5995c99313f9d033b193d5083074c (diff)
downloaddeployment-0bc13d4d3852eb7bad0591cac0f1d794a04cf18b.tar.gz
deployment-0bc13d4d3852eb7bad0591cac0f1d794a04cf18b.tar.bz2
deployment-0bc13d4d3852eb7bad0591cac0f1d794a04cf18b.zip
checking out auditor codebase at bootstrap
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 80eacc4..03a2649 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 donations blog deployment survey ; do
+for component in bank merchant gnurl landing exchange donations blog deployment survey auditor ; 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 auditor ; do
echo "Checking out $component to $BRANCH"
git -C $HOME/$component checkout $BRANCH
done