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: fix deployment sc


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix deployment script and instructions
Date: Tue, 06 Jun 2017 11:39:21 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 122c7fb  fix deployment script and instructions
122c7fb is described below

commit 122c7fb7209316a21bda9e9b4fea5e9afa266498
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 6 11:40:01 2017 +0200

    fix deployment script and instructions
---
 bootstrap-bluegreen  | 4 ++--
 bootstrap-standalone | 4 ++--
 doc/onboarding.texi  | 5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 21f3042..905e0a1 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 ; do
   if ! test -d $HOME/$component; then
     git clone /var/git/$component.git
   fi
 done
 
-for component in bank merchant landing exchange merchant-frontends auditor; do
+for component in bank merchant landing exchange merchant-frontends ; do
   echo "Checking out $component to $BRANCH"
   git -C $HOME/$component checkout $BRANCH
 done
diff --git a/bootstrap-standalone b/bootstrap-standalone
index 9c648b7..88ada0e 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 auditor; do
+for component in bank merchant gnurl landing exchange merchant-frontends 
deployment ; do
   if ! test -d $HOME/$component; then
     git clone /var/git/$component.git
   fi
 done
 
-for component in bank merchant landing exchange merchant-frontends auditor; do
+for component in bank merchant landing exchange merchant-frontends ; do
   echo "Checking out $component to $BRANCH"
   git -C $HOME/$component checkout $BRANCH
 done
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index dafc05f..2fe9c6d 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -370,7 +370,8 @@ After the update is over, the @cite{/home/demo/sockets} 
symlink will be pointed
 $ find $HOME -exec rm -fr @address@hidden \;
 
 $ git clone /var/git/deployment.git
-$ ./deployment/bootstrap-bluegreen demo
+# Pick color depending on which one is inactive and being rebuilt.
+$ ./deployment/bootstrap-bluegreen demo [blue|green]
 
 # set environment appropriately
 $ . activate
@@ -456,7 +457,7 @@ make dist
 
 See 
@emph{https://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads}
 
-Directive file: 
+Directive file:
 
 @example
 version: 1.2

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



reply via email to

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