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: Lcov bootstrap


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Lcov bootstrap
Date: Fri, 13 Sep 2019 11:13:51 +0200

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 02424b1  Lcov bootstrap
02424b1 is described below

commit 02424b14109ff52eb970351c810910809ba4d914
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 11:13:44 2019 +0200

    Lcov bootstrap
---
 bootstrap-taler | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/bootstrap-taler b/bootstrap-taler
index 9fa4673..156d76d 100755
--- a/bootstrap-taler
+++ b/bootstrap-taler
@@ -41,6 +41,9 @@ case $ENVNAME in
   demo)
     CURRENCY=KUDOS
     ;;
+  lcov)
+    CURRENCY=UNUSED
+
   *)
     echo Invalid envname, please use 'test' or 'int' or 'demo'.
     exit 1
@@ -116,11 +119,6 @@ ln -sf ../deployment/taler-build/Makefile stamps/
 ln -sf ../deployment/taler-build/invalidate.sh stamps/
 
 if test "test" = $ENVNAME; then
-  if ! test "taler-test" = $(whoami); then
-    echo Please run as the 'taler-test' user.
-    exit 1
-  fi
-  
   if ! test -d $HOME/test_worker; then
     echo Creating test_worker..
     buildbot-worker create-worker $HOME/test_worker localhost:9989 test-worker 
test-pass 
@@ -134,9 +132,13 @@ if test "test" = $ENVNAME; then
   else
     echo auditor_worker already in place.
   fi
+
+  if ! test -f $HOME/activate; then
+    echo FATAL: activate file was not created.
+    exit 1
+  fi
 fi
 
-if ! test -f $HOME/activate; then
-  echo FATAL: activate file was not created.
-  exit 1
+if test "lcov" = $ENVNAME -a [[ ! -d worker ]]; then
+  buildbot-worker create-worker --umask=0o22 ~/worker localhost:9989 
lcov-worker lcov-pass
 fi

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



reply via email to

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