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 (33b0451 -> 87f2c8


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (33b0451 -> 87f2c8a)
Date: Tue, 20 Mar 2018 15:42:06 +0100

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

marcello pushed a change to branch master
in repository deployment.

    from 33b0451  fix db scheme
     new 1a0cfb7  including help.git
     new 87f2c8a  help.git enters the build system.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bootstrap-bluegreen       | 1 +
 taler-build/Makefile      | 4 ++++
 taler-build/invalidate.sh | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 2b49bbc..f41944a 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -63,6 +63,7 @@ done
 if [[ "$ENVNAME" = test ]]; then
   if ! test -d $HOME/playground; then
     git clone /var/git/playground.git
+    git clone /var/git/help.git
   fi
 fi
 
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 9cb2ea8..3f9c027 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -11,6 +11,7 @@ all: merchant-stamp
 all: playground-stamp
 all: survey-stamp
 all: twister-stamp
+all: help-stamp
 
 deployment-stamp:
        ./update_deployment.sh
@@ -73,6 +74,9 @@ playground-stamp: deployment-stamp
        ./update_playground.sh
        touch $@
 
+help-stamp:
+       touch $@
+
 lcov: gnunet-stamp deployment-stamp merchant-stamp exchange-stamp
        export PATH=${HOME}/local/bin:${PATH}
        ./update_exchange.sh --coverage
diff --git a/taler-build/invalidate.sh b/taler-build/invalidate.sh
index 7916b42..0e4891d 100755
--- a/taler-build/invalidate.sh
+++ b/taler-build/invalidate.sh
@@ -4,7 +4,7 @@ set -eu
 components="deployment exchange merchant bank gnurl donations blog landing 
gnunet libmicrohttpd survey backoffice twister"
 
 if [[ "$TALER_ENV_NAME" = test ]]; then
-  components="$components playground"
+  components="$components playground help"
 fi
 
 for component in  $components ; do

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



reply via email to

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