From 974f1df77a5f6596b0a5eedbe1774d68647a171a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sat, 25 Nov 2017 10:54:29 +0100 Subject: removing any mention of 'merchant-frontends' --- bootstrap-bluegreen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap-bluegreen') diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen index 77d61ae..fab905c 100755 --- a/bootstrap-bluegreen +++ b/bootstrap-bluegreen @@ -54,13 +54,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 auditor survey ; do +for component in bank merchant gnurl landing exchange donations blog deployment auditor 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 -- cgit v1.2.3