aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-02-27 12:15:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-09 16:00:14 +0000
commitc195d70f35ea522854dcdd53aeae60eec6b7ad7e (patch)
tree48c847bf50d4ce2cd0e438af75f1b13e1df6a47d /meta/classes
parent5e036f3fd9caaedcd2759214766b3228299e929b (diff)
downloadopenembedded-core-contrib-c195d70f35ea522854dcdd53aeae60eec6b7ad7e.tar.gz
report-error: Update information on the submission process
The new send-error-report will prompt for review of items and the server is now specified by using the -s argument. Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/report-error.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/report-error.bbclass b/meta/classes/report-error.bbclass
index 5f155e332b..9edf2ceb31 100644
--- a/meta/classes/report-error.bbclass
+++ b/meta/classes/report-error.bbclass
@@ -66,8 +66,8 @@ python errorreport_handler () {
if(len(failures) > 0):
filename = "error_report_" + e.data.getVar("BUILDNAME")+".txt"
datafile = errorreport_savedata(e, jsondata, filename)
- bb.note("The errors for this build are stored in %s\nYou can send the errors to an upstream server by running:\n send-error-report %s [server]" % (datafile, datafile))
- bb.note("The contents of these logs will be posted in public if you use the above command with the default server. If you need to do so, please ensure you remove any identifying or proprietary information before sending.")
+ bb.note("The errors for this build are stored in %s\nYou can send the errors to a reports server by running:\n send-error-report %s [-s server]" % (datafile, datafile))
+ bb.note("The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending.")
}
addhandler errorreport_handler