gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: include twister i


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: include twister into bootstrap-* scripts.
Date: Fri, 09 Mar 2018 09:24:58 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6253688  include twister into bootstrap-* scripts.
6253688 is described below

commit 6253688198815dcb5f9327e4b8f251cfbff9108c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 9 09:24:34 2018 +0100

    include twister into bootstrap-* scripts.
---
 bootstrap-bluegreen  | 6 +++---
 bootstrap-standalone | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index fa40bac..2b49bbc 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -34,9 +34,9 @@ fi
 
 ENVNAME=$1
 ENVCOLOR=$2
-
 BRANCH=master
 CURRENCY=TESTKUDOS
+
 case $ENVNAME in
   demo)
     BRANCH=stable
@@ -54,7 +54,7 @@ if ! test -d $HOME/libmicrohttpd; then
   git clone git://gnunet.org/libmicrohttpd.git
 fi
 
-for component in bank merchant gnurl landing exchange donations blog 
backoffice deployment auditor survey ; do
+for component in twister bank merchant gnurl landing exchange donations blog 
backoffice deployment auditor survey ; do
   if ! test -d $HOME/$component; then
     git clone /var/git/$component.git
   fi
@@ -66,7 +66,7 @@ if [[ "$ENVNAME" = test ]]; then
   fi
 fi
 
-for component in bank merchant landing exchange donations blog survey 
backoffice ; do
+for component in twister bank merchant landing exchange donations blog survey 
backoffice ; do
   echo "Checking out $component to $BRANCH"
   git -C $HOME/$component checkout $BRANCH
 done
diff --git a/bootstrap-standalone b/bootstrap-standalone
index 8e69a42..d2c0320 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -23,13 +23,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 backoffice ; do
+for component in twister 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 
backoffice ; do
+for component in twister bank merchant landing exchange donations blog survey 
auditor backoffice ; 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]