From 06fc0b097641a57a065700d8ef05ad815f669a57 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 14 Mar 2014 19:12:43 +0100 Subject: report-error: Allow to upload reports automatically * useful when distro wants to collect build statistics from all users/developers without any manual interaction from them Signed-off-by: Martin Jansa --- meta/conf/local.conf.sample.extended | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'meta/conf/local.conf.sample.extended') diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index bc765a100f..b7696bc22d 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -381,3 +381,24 @@ # PREFERRED_VERSION_rpm = "4.11.2" # PREFERRED_VERSION_rpm-native = "4.11.2" # RPMROOTFSDEPENDS_remove = "rpmresolve-native:do_populate_sysroot" + +# +# Uploading reports with report-error.bbclass +# +# Allow to automatically upload the reports without developer calling extra script to upload them. +# +# ERR_REPORT_SERVER = "errors.test.ltd" +# ERR_REPORT_PORT = "8000" +# +# Username if you don't want to use "git config --get user.name" +# ERR_REPORT_USERNAME = "Tester" +# E-mail if you don't want to use "git config --get user.email" +# ERR_REPORT_EMAIL = "tester@test.ltd" +# +# Upload reports from failed builds +# ERR_REPORT_UPLOAD_FAILURES = "1" +# +# Upload reports from all builds, not only those with failures +# ERR_REPORT_UPLOAD_ALL = "1" +# +# INHERIT += "report-error" -- cgit 1.2.3-korg