[Buildbot-commits] [djmitche/buildbot] bc7418: Include scheduler class name in database

noreply at github.com noreply at github.com
Tue Mar 30 14:52:56 UTC 2010


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

Commit: bc74184251f0fa7c4d66fd4c6399b07c55242a5d
    http://github.com/djmitche/buildbot/commit/bc74184251f0fa7c4d66fd4c6399b07c55242a5d
Author: Chris AtLee <catlee at mozilla.com>
Date:   2010-03-30 (Tue, 30 Mar 2010)

Changed paths:
  M buildbot/db/connector.py
  M buildbot/db/schema/manager.py
  A buildbot/db/schema/v3.py
  M buildbot/test/unit/test_db_schema_master.py

Log Message:
-----------
Include scheduler class name in database

This requires a schema bump, so this implements the v3 schema and
upgrade code.  Old schedulers will have a class_name set to '', and the
first scheduler to start up with the same name will claim the old row,
setting the class_name to the scheduler's class.

Fixes: #732






More information about the Commits mailing list