public
Description: Status reporter for BuildBot to store build results in MongoDb
Homepage:
Clone URL: git://github.com/ella/buildbot-mongodb-status.git
name age message
file .gitignore Mon Aug 10 00:30:58 -0700 2009 Initial skeleton [Almad]
file LICENSE Mon Aug 10 00:30:58 -0700 2009 Initial skeleton [Almad]
file README Tue Aug 11 07:03:05 -0700 2009 Fix old readme [Almad]
directory bbmongostatus/ Wed Dec 23 08:22:24 -0800 2009 If given, associate build with real changeset [Almad]
directory debian/ Wed Nov 25 06:07:29 -0800 2009 We don't actually need setuptools dummy [Almad]
file setup.py Wed Nov 25 06:07:29 -0800 2009 We don't actually need setuptools dummy [Almad]
README
Buildbot-Mongodb-Status
========================

Status reporter for feeding buildbot statuses into mongodb database.

Warning: No tests ahead (yeat). Still work in progress.

Example:

from bbmongostatus.status import MongoDb
c['status'].append(MongoDb(database="buildmaster"))