gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: log failure cause better


From: gnunet
Subject: [taler-deployment] branch master updated: log failure cause better
Date: Sun, 23 Feb 2020 20:31:58 +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 1fe922d  log failure cause better
1fe922d is described below

commit 1fe922d192668c74c5ce15a668922cce2e06c403
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 20:31:51 2020 +0100

    log failure cause better
---
 bin/taler-deployment-prepare     |  3 +++
 buildbot/make_auditor_reports.sh | 10 ++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 2174de0..c3f9b00 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -60,6 +60,9 @@ taler-exchange-keyup -o auditor.in
 taler-auditor-sign -m $EXCHANGE_MASTER_PUB -r auditor.in -o auditor.out
 rm -f auditor.in auditor.out # we don't actually use the auditor's signatures 
in the demo!
 
+# Make configuration accessible to auditor
+chmod 750 $HOME/.config
+
 ##
 ## Step 3: Sign the exchange's wire information
 ##
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 0bb01e3..4009b60 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -59,16 +59,18 @@ if ! python ${PWD}/render_auditor_reports.py \
   "${REPORT_FILE_NOEXT}.txt" \
   "${WIRE_REPORT_FILE_NOEXT}.txt" \
   > "${REPORT_FILE_NOEXT}.tex" \
-  < "${JINJA_TEMPLATE}"; then
-
-  clean_files
+  < "${JINJA_TEMPLATE}";
+then
+  echo "Rendering failed"
+#  clean_files
   exit 1
 fi
 
 cd ${HOME}
 echo "TeXing report"
 if ! pdflatex "${REPORT_FILE_NOEXT}.tex" && pdflatex 
"${REPORT_FILE_NOEXT}.tex"; then
-  clean_files
+  echo "pdflatex failed"
+#  clean_files
   exit 1
 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]