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: bootstrapping bac


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: bootstrapping backoffice
Date: Wed, 17 Jan 2018 15:10:50 +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 c097a5c  bootstrapping backoffice
c097a5c is described below

commit c097a5cf80e5eb99745ad30bf7999cd8f58bc7b1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 17 15:10:36 2018 +0100

    bootstrapping backoffice
---
 bootstrap-bluegreen              | 4 ++--
 bootstrap-standalone             | 4 ++--
 taler-build/update_backoffice.sh | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index d201dc6..05fe504 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 donations blog 
deployment auditor survey ; do
+for component in 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
 done
 
-for component in bank merchant landing exchange donations blog survey ; do
+for component in 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 6df4e77..d906cb4 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 auditor ; do
+for component in 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 
; do
+for component in bank merchant landing exchange donations blog survey auditor 
backoffice ; do
   echo "Checking out $component to $BRANCH"
   git -C $HOME/$component checkout $BRANCH
 done
diff --git a/taler-build/update_backoffice.sh b/taler-build/update_backoffice.sh
old mode 100644
new mode 100755

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



reply via email to

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