mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
report-error: Add posting in the public note
(From OE-Core rev: c2eb5cd1aa4632f7ee8c261414e599dcb6f40a8b) (From OE-Core rev: cfb4539b932e9f6c686206840e0cd60d0af86adb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9b6c56a07d
commit
9ac13c344b
@@ -60,6 +60,7 @@ python errorreport_handler () {
|
||||
filename = "error_report_" + e.data.getVar("BUILDNAME")+".txt"
|
||||
datafile = errorreport_savedata(e, jsondata, filename)
|
||||
bb.note("The errors of this build are stored in: %s. You can send the errors to an upstream server by running: send-error-report %s [server]" % (datafile, datafile))
|
||||
bb.note("The contents of these logs will be posted in public if you use the above script. Please ensure you remove any identifying or propriety information before sending.")
|
||||
}
|
||||
|
||||
addhandler errorreport_handler
|
||||
|
||||
Reference in New Issue
Block a user