[Libreoffice-commits] dev-tools.git: cppcheck/cppcheck-report.sh

Maarten Hoes hoes.maarten at gmail.com
Mon Feb 9 06:26:38 PST 2015


 cppcheck/cppcheck-report.sh |   16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

New commits:
commit 9163b649f8b6b9262f84c7c098c0cf850770d0c5
Author: Maarten Hoes <hoes.maarten at gmail.com>
Date:   Sun Feb 8 07:52:52 2015 +0100

    Improve note in email to include git location.
    
    Change-Id: I8f4adc61df52073c3c5b6e0abcec9e33f83829e9
    Reviewed-on: https://gerrit.libreoffice.org/14364
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cppcheck/cppcheck-report.sh b/cppcheck/cppcheck-report.sh
index 3aa242f..4e2a1ed 100755
--- a/cppcheck/cppcheck-report.sh
+++ b/cppcheck/cppcheck-report.sh
@@ -134,7 +134,13 @@ cat > "$EMAIL_BODY" <<EOF
 
 A new cppcheck report is available at : http://dev-builds.libreoffice.org/cppcheck_reports/master/
 
-This job was run at `date +%Y-%d-%m_%H:%M:%S` with user `whoami` at host `cat /etc/hostname` as $MY_NAME $MY_ARGS
+
+Note:
+    The script generating this report was run at :
+        `date +%Y-%d-%m_%H:%M:%S` with user `whoami` at host `cat /etc/hostname` as $MY_NAME $MY_ARGS
+
+    It be found and improved here:
+        https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh
 
 EOF
 
@@ -158,7 +164,13 @@ cat > "$EMAIL_BODY" <<EOF
 
 The cppcheck job failed with message: "${MESSAGE?}"
 
-This job was run at `date +%Y-%d-%m_%H:%M:%S` with user `whoami` at host `cat /etc/hostname` as $MY_NAME $MY_ARGS
+
+Note:
+    The script generating this report was run at :
+        `date +%Y-%d-%m_%H:%M:%S` with user `whoami` at host `cat /etc/hostname` as $MY_NAME $MY_ARGS
+
+    It be found and improved here:
+        https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh
 
 EOF
 


More information about the Libreoffice-commits mailing list