[Buildbot-commits] [djmitche/buildbot] b45873: fix simplejson import in buildbot.db

noreply at github.com noreply at github.com
Mon Feb 15 19:57:04 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: b4587376e0ff6d3cee04bf007a44489d72e74471
    http://github.com/djmitche/buildbot/commit/b4587376e0ff6d3cee04bf007a44489d72e74471
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M buildbot/db.py

Log Message:
-----------
fix simplejson import in buildbot.db


Commit: 950bc5ca5825492aca4f144afd9c898ae8e8782d
    http://github.com/djmitche/buildbot/commit/950bc5ca5825492aca4f144afd9c898ae8e8782d
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M README
  M setup.py

Log Message:
-----------
Merge branch 'master' of git at github.com:djmitche/buildbot

* 'master' of git at github.com:djmitche/buildbot:
  Add new sqlite3 dependency


Commit: 2bef2d8034519bc84789353e0b20f43e5cd3de50
    http://github.com/djmitche/buildbot/commit/2bef2d8034519bc84789353e0b20f43e5cd3de50
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M README
  M buildbot/db.py
  M buildbot/test/runs/test_db.py
  M setup.py

Log Message:
-----------
require pysqlite on py-2.5 and lower, use it in buildbot.db

This adds a method that determines the appropriate module to use for
sqlite, and special-cases the dbapiName 'sqlite3' to point to this
module name






More information about the Commits mailing list