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: take care of grou


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: take care of group
Date: Wed, 29 May 2019 20:52:55 +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 a5ffe0f  take care of group
a5ffe0f is described below

commit a5ffe0f7a70ce0eb8b50629d50cc3997d6e119dd
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 29 20:52:47 2019 +0200

    take care of group
---
 buildbot/make_auditor_reports.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 9690a55..ca71cc5 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -50,6 +50,13 @@ rm "${REPORT_FILE_NOEXT}.tex"
 echo Removing "${REPORT_FILE_NOEXT}.log"
 rm "${REPORT_FILE_NOEXT}.log"
 
+# Group to assign the file.
+GROUP="test"
+if $(whoami) | grep demo; then
+  GROUP="demo"
+fi
+
+chgrp ${GROUP} "${REPORT_FILE_NOEXT}.pdf"
 chmod g+r "${REPORT_FILE_NOEXT}.pdf"
 
 mv "${REPORT_FILE_NOEXT}.pdf" "${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]