[Buildbot-commits] [buildbot/buildbot] d3e257: monkey-patch in a way that doesn't bother pyflakes

noreply at github.com noreply at github.com
Tue Dec 21 06:42:44 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: d3e25708623527f85707dbc4ad066796d06fa989
    https://github.com/buildbot/buildbot/commit/d3e25708623527f85707dbc4ad066796d06fa989
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-20 (Mon, 20 Dec 2010)

Changed paths:
  M master/buildbot/db/model.py

Log Message:
-----------
monkey-patch in a way that doesn't bother pyflakes


Commit: e7d1ff3175b9fc0d4b74109bb24d38cc1ed65b90
    https://github.com/buildbot/buildbot/commit/e7d1ff3175b9fc0d4b74109bb24d38cc1ed65b90
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-20 (Mon, 20 Dec 2010)

Changed paths:
  M master/buildbot/db/migrate/versions/005_add_indexes.py
  M master/buildbot/test/util/db.py

Log Message:
-----------
remove uses of sqlalchemy reflection

Reflection does not work well for older versions of sqlite - whatever
version ships with RHEL4, at least.  Luckily it's not critical to the
operation of Buildbot, although it's helpful for thorough cleanup in
tests.






More information about the Commits mailing list