gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (c686fac8 -> a483cad5)


From: gnunet
Subject: [taler-exchange] branch master updated (c686fac8 -> a483cad5)
Date: Tue, 31 Mar 2020 14:42:08 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from c686fac8 match updated specification, use CREDIT instead of DEPOSIT 
for transfers into a reserve
     new f34e40bc make auditor less verbose
     new a483cad5 bump version in configure.ac

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                 | 2 +-
 src/auditor/taler-auditor.in | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 57d405d9..51a4646d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 #
 AC_PREREQ([2.69])
-AC_INIT([taler-exchange], [0.6.1], [address@hidden])
+AC_INIT([taler-exchange], [0.7.0], [address@hidden])
 AC_CONFIG_SRCDIR([src/util/util.c])
 AC_CONFIG_HEADERS([taler_config.h])
 # support for non-recursive builds
diff --git a/src/auditor/taler-auditor.in b/src/auditor/taler-auditor.in
index 1cc50d13..11443a5d 100755
--- a/src/auditor/taler-auditor.in
+++ b/src/auditor/taler-auditor.in
@@ -15,9 +15,9 @@ taler-helper-auditor-render.py \
     ${DIR}/reserves.json \
     ${DIR}/wire.json < %pkgdatadir%/auditor-report.tex.j2 > 
${DIR}/auditor-report.tex
 cd ${DIR}
-pdflatex auditor-report.tex < /dev/null
-pdflatex auditor-report.tex < /dev/null
-pdflatex auditor-report.tex < /dev/null
+pdflatex auditor-report.tex < /dev/null &> /dev/null || true
+pdflatex auditor-report.tex < /dev/null &> /dev/null || true
+pdflatex auditor-report.tex < /dev/null || echo "pdflatex failed"
 cd ..
 
 echo "Result is in ${DIR}/auditor-report.pdf"

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



reply via email to

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