From c097a5cf80e5eb99745ad30bf7999cd8f58bc7b1 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 17 Jan 2018 15:10:36 +0100 Subject: bootstrapping backoffice --- bootstrap-standalone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap-standalone') diff --git a/bootstrap-standalone b/bootstrap-standalone index 6df4e77..d906cb4 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 auditor ; do +for component in bank merchant gnurl landing exchange donations blog deployment survey auditor backoffice ; 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 auditor ; do +for component in bank merchant landing exchange donations blog survey auditor backoffice ; do echo "Checking out $component to $BRANCH" git -C $HOME/$component checkout $BRANCH done -- cgit v1.2.3