[Buildbot-devel] cruisecontrol.rb-like UI

Brian Warner warner-buildbot at lothar.com
Sun May 13 00:20:55 UTC 2007


"Axel Hecht" <l10n.moz at googlemail.com> writes:

> In other words, they want sync access to the data, so unless one would run
> the web interface from inside the buildbot process like buildbot does, one
> has to access the database in parallel. Any flaws in that thinking?

None at all.. that's much of the motivation for the sql status store.

> Which brings me to the next question, any progress on sql store?
> http://buildbot.net/trac/ticket/24 is the ticket.

There's a branch that I pushed to buildbot.net a few months ago with a decent
starting point (defining a schema and creating the code that writes build
results into it, and a conversion script). I've forgotten what the next steps
were, I think it might have been read-side access and figuring out how to
reference the (large) log files from within the db.

 http://buildbot.net/repos/sqlify/

Please take a look at that branch and see what you think. I remember being
concerned about how to handle schema upgrades in future versions.. I should
probably look at the way Trac does it, since I think they use sqlite too.

cheers,
 -Brian




More information about the devel mailing list