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: path


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: path
Date: Mon, 10 Jun 2019 22:02:39 +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 9f53ecd  path
9f53ecd is described below

commit 9f53ecdd5f4b36bc00d88f3c9f8d5b6ac20969f4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 10 22:02:32 2019 +0200

    path
---
 taler-build/update_exchange.sh | 2 +-
 taler-build/update_merchant.sh | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index 49763df..f7cb10b 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -2,7 +2,7 @@
 
 set -eu
 
-source ./cat_failed.sh
+source $HOME/deployment/taler-build/cat_failed.sh
 
 cd $HOME/exchange
 git clean -fdx
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index 3ceeb72..f6b2d32 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -3,7 +3,9 @@
 # Run as:
 # $ ./update_merchant.sh [--coverage]
 set -eu
-source cat_failed.sh
+
+
+source $HOME/deployment/taler-build/cat_failed.sh
 
 cd $HOME/merchant/
 git clean -fdx

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



reply via email to

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