aboutsummaryrefslogtreecommitdiffstats
path: root/classes/oestats-client.bbclass
AgeCommit message (Collapse)Author
2011-02-12oestats-client.bbclass: fix bug in oestat_send() codeYuri Bushmelev
This should fix disabling oestats with following message: WARNING: oestats: error sending task (exception <type 'exceptions.KeyError'>, value 'qalog'), disabling stats Signed-off-by: Yuri Bushmelev <jay4mail@gmail.com>
2011-02-06oestats-client.bbclass: Fix oestats-clientYuri Bushmelev
* Relax empty data checking (replace asserts) * Replace direct path manipulations with os.path.join * Replace bb.note() with bb.warn() where appropriate * Improve diagnostic messages
2010-10-26oestats-client.bbclass: Fix "AttributeError: 'NoneType' object has no ↵Andreas Oberritter
attribute 'startswith'" if OESTATS_SERVER is not set Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-19oestats-client.bbclass: send USERDISTRO valuePetr Štetiar
With this patch it's now possible to see the correct Angstrom distro version in the Tinderbox. Now the distribution value is always 'angstrom', with this patch it would be more detailed version 'angstrom-2008.1' for example. Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-04-08Using NotHandled/Handled in event handlers is deprecatedChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2009-07-28oestats-client: restore support for proxiesDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-22oestats-client.bbclass: support arbitrary URLs (Closes: #5283)Jeremy Lainé
2009-06-18Revert "linux-2.6.29: add a default kernel for tqm8540"Koen Kooi
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
2009-06-18linux-2.6.29: add a default kernel for tqm8540Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-05-23oestats-client: support working behind proxyDmitry Eremin-Solenikov
Detect if we are behind proxy by checking for HTTP_PROXY variable and use specified proxy for http traffic. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2008-09-22oestats-client.bbclass: add support for QA logs (see bug #4345)Jeremy Laine
2008-08-05oestats-client.bbclass: display information URL for failed builds/tasks ↵Jeremy Laine
(Closes: #4475)
2008-05-23oestats-client.bbclass: don't include bug number/tracker if emptyJeremy Laine
2008-05-23seppuku.bbclass,oestats-client.bbclass: add bug number and tracker to oestatsJeremy Laine
2008-05-21oestats-client.bbclass: report METADATA_BRANCH variableJeremy Laine
2008-05-20oestats-client.bbclass: add the DEPENDS variable to task reportsJeremy Laine
2008-05-19oestats-clients.bbclass: discriminate between Succeeded and Failed buildsJeremy Laine
2008-05-19oestats-client.bbclass: switch to new URL schemeJeremy Laine
2008-05-18oestats-client.bbclass: upload log file when a task failsJeremy Laine
2008-05-18oestats-client.bbclass: catch errors communicating with stats serverJeremy Laine
2008-05-18oestats-client.bbclass: switch to multipart/form-data (prepare for sending logs)Jeremy Laine
2008-05-18oestats-client.bb: disable stats if we cannot get a build idJeremy Laine
2008-05-16oestats-client.bbclass: use METADATA_REVISION variable (thanks hrw)Jeremy Laine
2008-05-16oestats-client.bbclass: include elapsed time in task reportsJeremy Laine
2008-05-15oestats-client.bbclass: initial version of an oe-specific tinderbox toolJeremy Laine