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: Oops.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Oops.
Date: Wed, 29 May 2019 20:35:41 +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 afb4848  Oops.
afb4848 is described below

commit afb48481d7d9ce5faf4ee6f9577fce38593685bf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 29 20:35:16 2019 +0200

    Oops.
    
    Wire reports are melted with the other report.
---
 buildbot/make_auditor_reports.sh | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 9f4fac3..e0e8efa 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -36,27 +36,16 @@ cd ${HOME}
 pdflatex "${REPORT_FILE_NOEXT}.tex"
 # Give twice to let TeX resolve the sections references.
 pdflatex "${REPORT_FILE_NOEXT}.tex"
-pdflatex "${WIRE_REPORT_FILE_NOEXT}.tex"
-# Give twice to let TeX resolve the sections references.
-pdflatex "${WIRE_REPORT_FILE_NOEXT}.tex"
-
 
 # Remove garbage and set permissions. 
 echo Removing "${REPORT_FILE_NOEXT}.aux"
-echo Removing "${WIRE_REPORT_FILE_NOEXT}.aux"
 rm "${REPORT_FILE_NOEXT}.aux"
-rm "${WIRE_REPORT_FILE_NOEXT}.aux"
 echo Removing "${REPORT_FILE_NOEXT}.tex"
-echo Removing "${WIRE_REPORT_FILE_NOEXT}.aux"
 rm "${REPORT_FILE_NOEXT}.tex"
-rm "${WIRE_REPORT_FILE_NOEXT}.aux"
 echo Removing "${REPORT_FILE_NOEXT}.log"
-echo Removing "${WIRE_REPORT_FILE_NOEXT}.aux"
 rm "${REPORT_FILE_NOEXT}.log"
-rm "${WIRE_REPORT_FILE_NOEXT}.aux"
 
 chmod g+r "${REPORT_FILE_NOEXT}.pdf"
-chmod g+r "${WIRE_REPORT_FILE_NOEXT}.pdf"
 
 if test -a ${REPORTS_DIRECTORY}/$(basename "${REPORT_FILE_NOEXT}.pdf"); then
   echo "Today's report already compiled."
@@ -64,13 +53,6 @@ if test -a ${REPORTS_DIRECTORY}/$(basename 
"${REPORT_FILE_NOEXT}.pdf"); then
   exit 0
 fi
 
-if test -a ${REPORTS_DIRECTORY}/$(basename "${WIRE_REPORT_FILE_NOEXT}.pdf"); 
then
-  echo "Today's wire report already compiled."
-  rm "${WIRE_REPORT_FILE_NOEXT}.pdf"
-  exit 0
-fi
-
 mv "${REPORT_FILE_NOEXT}.pdf" "${REPORTS_DIRECTORY}"
-mv "${WIRE_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]