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: Move override che


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Move override check on top.
Date: Wed, 29 May 2019 20:39:29 +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 8ea15d7  Move override check on top.
8ea15d7 is described below

commit 8ea15d758b11defc460b3828543c12f8e24e98b5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 29 20:39:11 2019 +0200

    Move override check on top.
---
 buildbot/make_auditor_reports.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index e0e8efa..8258c39 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -15,6 +15,12 @@ REPORTS_DIRECTORY="${HOME}/shared-data/auditor/reports"
 
 source ${HOME}/activate
 
+if test -a ${REPORTS_DIRECTORY}/$(basename "${REPORT_FILE_NOEXT}.pdf"); then
+  echo "Today's report already compiled!"
+  rm "${REPORT_FILE_NOEXT}.pdf"
+  exit 0
+fi
+
 taler-auditor-exchange \
   -c ${HOME}/.config/taler.conf \
   -m $(taler-config -s exchange -o master_public_key) \
@@ -47,12 +53,6 @@ rm "${REPORT_FILE_NOEXT}.log"
 
 chmod g+r "${REPORT_FILE_NOEXT}.pdf"
 
-if test -a ${REPORTS_DIRECTORY}/$(basename "${REPORT_FILE_NOEXT}.pdf"); then
-  echo "Today's report already compiled."
-  rm "${REPORT_FILE_NOEXT}.pdf"
-  exit 0
-fi
-
 mv "${REPORT_FILE_NOEXT}.pdf" "${REPORTS_DIRECTORY}"
 
 echo Reports moved in "${REPORTS_DIRECTORY}".

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



reply via email to

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