cppcheck/cppcheck-report.sh | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-)
New commits: commit 9163b649f8b6b9262f84c7c098c0cf850770d0c5 Author: Maarten Hoes <hoes.maar...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits