aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-04-22 16:42:25 -0700
committerSaul Wold <sgw@linux.intel.com>2014-05-23 09:09:39 -0700
commitcfb4539b932e9f6c686206840e0cd60d0af86adb (patch)
tree7688e85d06c29a425adcfcce42d01f3b92d3ad03 /scripts
parent7966f087d05dab9b64daaa8b7564f2c9e86d0ab9 (diff)
downloadopenembedded-core-contrib-cfb4539b932e9f6c686206840e0cd60d0af86adb.tar.gz
report-error: Add posting in the public note
(From OE-Core rev: c2eb5cd1aa4632f7ee8c261414e599dcb6f40a8b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/send-error-report3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/send-error-report b/scripts/send-error-report
index 3d1f7a4017..48d983bc0e 100755
--- a/scripts/send-error-report
+++ b/scripts/send-error-report
@@ -97,8 +97,9 @@ def sendData(json_file, server):
if __name__ == '__main__':
print ("\nSends an error report (if the report-error class was enabled) to a remote server.")
+ print("\nThis scripts sends the contents of the error to a public upstream server.")
+ print("\nPlease remove any identifying information before sending.")
if len(sys.argv) < 2:
- print("\nThis scripts sends the contents of a file to an upstream server.")
print("\nUsage: send-error-report <error_fileName> [server]")
print("\nIf this is the first when sending a report you'll be asked for your name and optionally your email address.")
print("They will be associated with your report.\n")