]> code.ossystems Code Review - openembedded-core.git/commit
bugzilla.bbclass: add a class to report build problems to bugzilla
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 16 Sep 2011 06:55:17 +0000 (10:55 +0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Sep 2011 16:36:27 +0000 (17:36 +0100)
commit20529035a4c0befb3c6bdbcb289a2de930fb143d
treec8b5c933a7233f10a5ca73c482000bcfe5181c3f
parent3a842ec52e7d010767b13bdcb5629ac07b3ee9e7
bugzilla.bbclass: add a class to report build problems to bugzilla

Add a class to report build errors to bugzilla. Idea largely based on
sepukku.bbclass, however it's rewritten nearly fully to use XML-RPC
interface of bugzilla. Tested with bugzilla 4.0, other version might
require some sort of adaptation.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/bugzilla.bbclass [new file with mode: 0644]