gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 03/03: ignore failure of taler-auditor-exchange:


From: gnunet
Subject: [taler-deployment] 03/03: ignore failure of taler-auditor-exchange:
Date: Sun, 01 Dec 2019 20:36:37 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

commit b01aa55143142aab41e686c1aad30323e9662d01
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 1 20:36:32 2019 +0100

    ignore failure of taler-auditor-exchange:
---
 buildbot/make_auditor_reports.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 55954b0..e7a27dc 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -15,7 +15,7 @@ JINJA_TEMPLATE="auditor-report.tex.j2"
 REPORTS_DIRECTORY=$(taler-config -s auditor -o reports -f)
 
 clean_files () {
-  # Remove garbage and set permissions. 
+  # Remove garbage and set permissions.
   echo Removing "${REPORT_FILE_NOEXT}.aux"
   rm -f "${REPORT_FILE_NOEXT}.aux"
   echo Removing "${REPORT_FILE_NOEXT}.tex"
@@ -35,7 +35,7 @@ fi
 taler-auditor-exchange \
   -c ${HOME}/.config/taler.conf \
   -m $(taler-config -s exchange -o master_public_key) \
-  -u $(taler-config -s exchange -o base_url)
+  -u $(taler-config -s exchange -o base_url) || true
 
 # Generate first report.
 if ! taler-auditor > "${REPORT_FILE_NOEXT}.txt"; then

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



reply via email to

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