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: fix unbound varia


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix unbound variable
Date: Fri, 13 Sep 2019 23:25:49 +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 f37ca00  fix unbound variable
f37ca00 is described below

commit f37ca005c4ae7e799b267c98e39273f6e4801825
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 23:25:37 2019 +0200

    fix unbound variable
---
 buildbot/make_auditor_reports.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 53211fd..55954b0 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -6,10 +6,13 @@
 
 set -eu
 
+source ${HOME}/activate
+
 DATE=$(date +%Y-%m-%d)
 REPORT_FILE_NOEXT=${HOME}/audit_report.${DATE}
 WIRE_REPORT_FILE_NOEXT=${HOME}/wire_audit_report.${DATE}
 JINJA_TEMPLATE="auditor-report.tex.j2"
+REPORTS_DIRECTORY=$(taler-config -s auditor -o reports -f)
 
 clean_files () {
   # Remove garbage and set permissions. 
@@ -23,15 +26,12 @@ clean_files () {
   rm -f "${REPORT_FILE_NOEXT}.txt" "${WIRE_REPORT_FILE_NOEXT}.txt"
 }
 
-source ${HOME}/activate
 
 if test -a ${REPORTS_DIRECTORY}/$(basename "${REPORT_FILE_NOEXT}.pdf"); then
   echo "Today's report already compiled!"
   exit 0
 fi
 
-REPORTS_DIRECTORY="$(taler-config -s auditor -o reports -f)"
-
 taler-auditor-exchange \
   -c ${HOME}/.config/taler.conf \
   -m $(taler-config -s exchange -o master_public_key) \

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



reply via email to

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