Tinderbox

From Openembedded.org
Revision as of 15:12, 30 August 2010 by Sledz (talk | contribs) (How do I send automatic success and failure reports moved to Tinderbox: link and naming cleanup)
Jump to: navigation, search

Q: Using oestats for your builds

A: For your builder to send reports to our QA server, you need to edit your build/conf/local.conf to make use of the oestats-client.bbclass class.

INHERIT += "oestats-client" 
OESTATS_SERVER = "tinderbox.openembedded.org" 
OESTATS_BUILDER = "your_nickname"