[Buildbot-devel] schedulerdb pushed!

Dustin J. Mitchell dustin at zmanda.com
Tue Feb 16 04:04:06 UTC 2010


On Mon, Feb 15, 2010 at 12:41 PM, Brian Warner <warner at lothar.com> wrote:
> The new dependencies are sqlite and simplejson, and both are (basically)
> batteries-included in recent pythons, so it felt like they weren't
> difficult hurdles to add. We still need to write some
> import-compatibility code (to use the stdlib 'json' module if available,
> else fall back to a separately-installed 'simplejson', etc), but that's
> easy. I think that the jinja library will be the biggest install-time
> load for 0.8.0 .

It's worth noting that while these modules are included in the Python
core, not all Python builds include sqlite.  I've added an
install-time dependency on pysqlite for Python-2.5 and below, but if
you don't have sqlite itself installed, those will fail.

By the way, the metabuildbot is now running master, and seems to be
doing OK.  The builds are failing, due to the lack of sqlite on almost
all of the buildslaves, but that's another matter.

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com




More information about the devel mailing list