gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] 02/02: survey deployment


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 02/02: survey deployment
Date: Mon, 20 Nov 2017 17:05:36 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

commit 514ea05022c6ef047a7156386c02362de95eace5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 17:05:21 2017 +0100

    survey deployment
---
 bootstrap-bluegreen  | 4 ++--
 bootstrap-standalone | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index fed08e6..77d61ae 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 ; do
+for component in bank merchant gnurl landing exchange merchant-frontends 
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 ; do
+for component in bank merchant landing exchange merchant-frontends survey ; do
   echo "Checking out $component to $BRANCH"
   git -C $HOME/$component checkout $BRANCH
 done
diff --git a/bootstrap-standalone b/bootstrap-standalone
index 88ada0e..1bfbc8d 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 merchant-frontends 
deployment ; do
+for component in bank merchant gnurl landing exchange merchant-frontends 
deployment 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 ; do
+for component in bank merchant landing exchange merchant-frontends survey ; do
   echo "Checking out $component to $BRANCH"
   git -C $HOME/$component checkout $BRANCH
 done

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]