Tinderbox: Difference between revisions

From Openembedded.org
Jump to navigation Jump to search
No edit summary
(.net -> .org)
Line 1: Line 1:
'''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds'''
'''Q: Using [http://opensource.bolloretelecom.eu/projects/oestats/wiki/oestats oestats] for your builds'''


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


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


[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 12:00, 15 May 2009

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"