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: checking out audi


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: checking out auditor codebase at bootstrap
Date: Tue, 26 Dec 2017 18:42:46 +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 0bc13d4  checking out auditor codebase at bootstrap
0bc13d4 is described below

commit 0bc13d4d3852eb7bad0591cac0f1d794a04cf18b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 26 18:42:30 2017 +0100

    checking out auditor codebase at bootstrap
---
 bootstrap-standalone | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap-standalone b/bootstrap-standalone
index 80eacc4..03a2649 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 ; do
+for component in bank merchant gnurl landing exchange donations blog 
deployment survey auditor ; 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 ; do
+for component in bank merchant landing exchange donations blog survey auditor 
; 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]