[Buildbot-devel] Nine: support for upgrades

Dustin J. Mitchell dustin at v.igoro.us
Wed Jan 22 15:33:12 UTC 2014


On Wed, Jan 22, 2014 at 10:28 AM,  <vasslitvinov at pisem.net> wrote:
> If you need my help there (in doing this conversion tool) and like the
> approach I've written previously (importing both Buildbots - 0.8.x for
> reading and 0.9.x for writing), can you give a hint on where do I read about
> 0.9.x data API?

We're not automatically generating docs for it yet (that's #2675), but
you can find the docs in
https://raw.github.com/buildbot/buildbot/nine/master/docs/developer/data.rst
and the files linked from there.

However, I think that the import should write directly to the DB using
the DB API:
  https://raw.github.com/buildbot/buildbot/nine/master/docs/developer/database.rst

The Data API's "write" operations are constrained to things that a
buildmaster might need to do, which might not be appropriate for an
import.

Dustin




More information about the devel mailing list