gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: remove obsolete script


From: gnunet
Subject: [taler-deployment] branch master updated: remove obsolete script
Date: Thu, 21 Nov 2019 17:29:57 +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 7bdf6fc  remove obsolete script
7bdf6fc is described below

commit 7bdf6fc3fb7ab7906116f0e0cc89928c4525dd93
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 21 17:29:51 2019 +0100

    remove obsolete script
---
 bin/taler-deployment-build | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/bin/taler-deployment-build b/bin/taler-deployment-build
deleted file mode 100755
index ef22492..0000000
--- a/bin/taler-deployment-build
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-
-# Invocation
-# $ taler-deployment-build [--coverage]
-
-set -eu
-
-if ! test $HOME/activate; then
-  echo "$HOME/activate not found.  Although the compilation
-       is not affected, testcases will fail because the database
-       cannot be launched"
-  exit
-fi
-
-source $HOME/activate
-
-cd $HOME/stamps
-./invalidate.sh
-
-export 
GNUNET_FORCE_LOG="util;;;;WARNING/taler;;;;DEBUG/twister;;;;DEBUG/test;;;;DEBUG"
-
-if test ${1:-notgiven} = "--coverage"; then
-  make lcov
-else
-  # NOTE: when deployment.git changes, the 'make' command
-  # below will start on the OLD Makefile anyway!
-  make
-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]