[Buildbot-devel] the aftermath (was Re: SF bay area get-together?)

Axel Hecht l10n.moz at googlemail.com
Sat Jul 26 11:14:25 UTC 2008


2008/7/25 john gale <john at smadness.com>:
>
> On Jul 25, 2008, at 1:17 PM, Robert Helmer wrote:
>
>> * using sqlite as backend (instead of current pickle-to-file method)
>
>
>
> As discussed last night, I think lots of projects can get started as
> soon as the build result data is in sqlite.  Custom UI front ends can
> then be written (for the management "green light" / "red light"
> problem) very easily (and in our choice of language :)
>

I'd suggest to not lock ourselves in to sqlite. While that's cool for
smaller projects, and in order to be able to just start things up, I'd
rather have the choice to separate the master from the db. Like, one
of the reasons to not use the web display of the master is to protect
the precious one from external evil doers. Having a way to access the
database remotely is one way to do that. Not to mention that one could
drop in something more scalable if required.

Axel




More information about the devel mailing list