From 8e622836ac24319c826094dc5d99a41a586271e5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Mar 2017 16:27:19 +0100 Subject: auditor --- bootstrap-standalone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap-standalone') 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 -- cgit v1.2.3