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: ux


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: ux
Date: Wed, 29 May 2019 20:08:04 +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 5449229  ux
5449229 is described below

commit 54492293e6abb6a181c987456e0be927c872bf99
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 29 20:07:56 2019 +0200

    ux
---
 buildbot/make_auditor_reports.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 47e9589..5a06a77 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -38,12 +38,18 @@ pdflatex "${REPORT_FILE_NOEXT}.tex"
 pdflatex "${REPORT_FILE_NOEXT}.tex"
 
 # Remove garbage and set permissions. 
+echo Removing "${REPORT_FILE_NOEXT}.aux"
 rm "${REPORT_FILE_NOEXT}.aux"
+echo Removing "${REPORT_FILE_NOEXT}.tex"
+rm "${REPORT_FILE_NOEXT}.tex"
+echo Removing "${REPORT_FILE_NOEXT}.log"
+rm "${REPORT_FILE_NOEXT}.log"
 
 # Keep the log around.
 # rm "${REPORT_FILE_NOEXT}.log"
 chmod g+r "${REPORT_FILE_NOEXT}.pdf"
 mv "${REPORT_FILE_NOEXT}.pdf" "${REPORTS_DIRECTORY}"
 
+chmod g+rw "${REPORTS_DIRECTORY}/${REPORT_FILE_NOEXT}.pdf"
 echo "The file ${REPORTS_DIRECTORY}/${REPORT_FILE_NOEXT}.pdf" \
   "has been correctly generated."

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



reply via email to

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