[Buildbot-commits] [buildbot/buildbot] 32ff1c: remove unused Builder.fireTestEvent
noreply at github.com
noreply at github.com
Sun Apr 17 23:15:07 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 32ff1c0f7178bfe681ad03e98fa633c4ff72d3e0
https://github.com/buildbot/buildbot/commit/32ff1c0f7178bfe681ad03e98fa633c4ff72d3e0
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-04-17 (Sun, 17 Apr 2011)
Changed paths:
M master/buildbot/process/builder.py
Log Message:
-----------
remove unused Builder.fireTestEvent
Commit: 9e5e7bd106f16b6694f6e802196c79be07343ced
https://github.com/buildbot/buildbot/commit/9e5e7bd106f16b6694f6e802196c79be07343ced
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-04-17 (Sun, 17 Apr 2011)
Changed paths:
M master/buildbot/test/unit/test_process_builder.py
Log Message:
-----------
one more line of coverage for Builder.maybeStartBuild
Commit: ff88846ce44d1579492ed0c90874c1a1304a0b2f
https://github.com/buildbot/buildbot/commit/ff88846ce44d1579492ed0c90874c1a1304a0b2f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-04-17 (Sun, 17 Apr 2011)
Changed paths:
M master/buildbot/db/buildrequests.py
Log Message:
-----------
log BuildRequest unclaiming
Commit: e1a03cb88ccfe5ac55aea3929fd1e0081fd2e263
https://github.com/buildbot/buildbot/commit/e1a03cb88ccfe5ac55aea3929fd1e0081fd2e263
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-04-17 (Sun, 17 Apr 2011)
Changed paths:
M master/buildbot/buildslave.py
M master/buildbot/libvirtbuildslave.py
M master/buildbot/master.py
M master/buildbot/process/botmaster.py
M master/buildbot/process/build.py
M master/buildbot/process/builder.py
M master/buildbot/process/factory.py
M master/buildbot/process/slavebuilder.py
M master/buildbot/steps/source.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_master.py
A master/buildbot/test/unit/test_process_botmaster_BotMaster.py
R master/buildbot/test/unit/test_process_botmaster_BotMaster_cleanshutdown.py
M master/buildbot/test/unit/test_process_builder.py
Log Message:
-----------
Refactor BotMaster to use BuildRequestDistributor
This finishes the bulk of the transition to using SQLAlchemy (and
asynchronous) database access, although many synchronous accesses
remain.
Compare: https://github.com/buildbot/buildbot/compare/aa409d1...e1a03cb
More information about the Commits
mailing list