All of lore.kernel.org
 help / color / mirror / Atom feed
* oestats: build statistics for OpenEmbedded
@ 2008-05-21 17:48 Jeremy Lainé
  2008-05-22  8:30 ` Robert Wörle
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Lainé @ 2008-05-21 17:48 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all!

I happy to announce the availability of "oestats", a web application
for collecting and viewing OpenEmbedded build reports. In keeping with
OE / bitbake it is written in Python and uses the Django web framework.

A live demo is available at:

http://oestats.jerryweb.org/

If you want to add your build stats, make sure your copy of OE is up
to date and add the following to your build/conf/local.conf:

|INHERITS += "oestats-client"
OESTATS_SERVER = "oestats.jerryweb.org"
OESTATS_BUILDER = "your_nickname"|

Fair warning: this is a test server, no promises on availability
though I'll do my best :)

Source code and setup notes for the server are available at:

http://opensource.bolloretelecom.eu/projects/oestats/

Your feedback and improvements are most welcome!

Cheers,

- --
Jeremy LAINE
Bolloré telecom | 11bis, rue Scribe | F-75009 Paris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFINGBfCL1n3lVB9EYRAgN4AJ0aU1hluvgh76/WyMwR9u7XrneHDgCguVys
1e0yZ08ryOf0f48HOGFUmVU=
=kCuy
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oestats: build statistics for OpenEmbedded
  2008-05-21 17:48 oestats: build statistics for OpenEmbedded Jeremy Lainé
@ 2008-05-22  8:30 ` Robert Wörle
  2008-05-22 11:34   ` Philip Balister
  2008-05-22 17:23   ` Jeremy Lainé
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Wörle @ 2008-05-22  8:30 UTC (permalink / raw)
  To: openembedded-devel

nice job Jeremy
that looks very promising maybe with that we can secure configs and 
snapshots which do work.

Is it possible to sort the buildreports on machine`s and also add which 
host was used ( i686 or i686-64 ) ?
and which target was build ( gpe-image - task-boot ) ???

Cheers Robert

Jeremy Lainé schrieb:
> Hi all!
> 
> I happy to announce the availability of "oestats", a web application
> for collecting and viewing OpenEmbedded build reports. In keeping with
> OE / bitbake it is written in Python and uses the Django web framework.
> 
> A live demo is available at:
> 
> http://oestats.jerryweb.org/
> 
> If you want to add your build stats, make sure your copy of OE is up
> to date and add the following to your build/conf/local.conf:
> 
> |INHERITS += "oestats-client"
> OESTATS_SERVER = "oestats.jerryweb.org"
> OESTATS_BUILDER = "your_nickname"|
> 
> Fair warning: this is a test server, no promises on availability
> though I'll do my best :)
> 
> Source code and setup notes for the server are available at:
> 
> http://opensource.bolloretelecom.eu/projects/oestats/
> 
> Your feedback and improvements are most welcome!
> 
> Cheers,
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oestats: build statistics for OpenEmbedded
  2008-05-22  8:30 ` Robert Wörle
@ 2008-05-22 11:34   ` Philip Balister
  2008-05-22 17:23   ` Jeremy Lainé
  1 sibling, 0 replies; 4+ messages in thread
From: Philip Balister @ 2008-05-22 11:34 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

Robert Wörle wrote:
> nice job Jeremy
> that looks very promising maybe with that we can secure configs and 
> snapshots which do work.
> 
> Is it possible to sort the buildreports on machine`s and also add which 
> host was used ( i686 or i686-64 ) ?
> and which target was build ( gpe-image - task-boot ) ???

I'm particularly interested in the host info at the moment since my 
x86_64 machine can't build avahi. Logging the host distro would also be 
helpful.

Philip


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: oestats: build statistics for OpenEmbedded
  2008-05-22  8:30 ` Robert Wörle
  2008-05-22 11:34   ` Philip Balister
@ 2008-05-22 17:23   ` Jeremy Lainé
  1 sibling, 0 replies; 4+ messages in thread
From: Jeremy Lainé @ 2008-05-22 17:23 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> Is it possible to sort the buildreports on machine`s and also add
> which host was used ( i686 or i686-64 ) ? and which target was
> build ( gpe-image - task-boot ) ???
>
For now you can filter by the following criteria:

- - build machine (e.g.: http://oestats.jerryweb.org/builders/waffle/)
- - package (e.g. http://oestats.jerryweb.org/builders/task-boot/)

Custom sorting is not yet implemented.

I will add some other variables like the architecture of the build
machine ASAP.

Cheers,

- --
Jeremy LAINE
Bolloré telecom | 11bis, rue Scribe | F-75009 Paris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFINawtCL1n3lVB9EYRAv6jAKDeZBxQg6B4APC+4Ga7GWqtL4zIVACdEfwQ
vHSEY0IaOwFelV8Wv3422hg=
=pqPl
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-22 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21 17:48 oestats: build statistics for OpenEmbedded Jeremy Lainé
2008-05-22  8:30 ` Robert Wörle
2008-05-22 11:34   ` Philip Balister
2008-05-22 17:23   ` Jeremy Lainé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.