gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: show progress in log


From: gnunet
Subject: [taler-deployment] branch master updated: show progress in log
Date: Sun, 01 Dec 2019 20:37:50 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f442954  show progress in log
f442954 is described below

commit f44295461750b31123b1aab191b26095199b8509
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 1 20:37:48 2019 +0100

    show progress in log
---
 buildbot/make_auditor_reports.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index e7a27dc..edc3f8a 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -32,23 +32,27 @@ if test -a ${REPORTS_DIRECTORY}/$(basename 
"${REPORT_FILE_NOEXT}.pdf"); then
   exit 0
 fi
 
+echo "Adding exchange to auditor's list"
 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) || true
 
 # Generate first report.
+echo "Running taler-auditor"
 if ! taler-auditor > "${REPORT_FILE_NOEXT}.txt"; then
   clean_files
   exit 1
 fi
 
 # Generate "wire" report.
+echo "Running taler-wire-auditor"
 if ! taler-wire-auditor > "${WIRE_REPORT_FILE_NOEXT}.txt"; then
   clean_files
   exit 1
 fi
 
+echo "Rendering report"
 if ! python ${PWD}/render_auditor_reports.py \
   "${REPORT_FILE_NOEXT}.txt" \
   "${WIRE_REPORT_FILE_NOEXT}.txt" \
@@ -60,7 +64,7 @@ if ! python ${PWD}/render_auditor_reports.py \
 fi
 
 cd ${HOME}
-
+echo "TeXing report"
 if ! pdflatex "${REPORT_FILE_NOEXT}.tex" && pdflatex 
"${REPORT_FILE_NOEXT}.tex"; then
   clean_files
   exit 1

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



reply via email to

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