[Buildbot-commits] [buildbot/buildbot] edbf43: refactor master status into its own module
noreply at github.com
noreply at github.com
Mon Apr 18 22:09:24 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: edbf43aa31b59d8d3b565eae2ecd16028b766fdd
https://github.com/buildbot/buildbot/commit/edbf43aa31b59d8d3b565eae2ecd16028b766fdd
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-04-18 (Mon, 18 Apr 2011)
Changed paths:
M master/buildbot/master.py
M master/buildbot/status/builder.py
A master/buildbot/status/master.py
M master/buildbot/test/unit/test_status_buildstep.py
Log Message:
-----------
refactor master status into its own module
Commit: 7537a060811b06edfb612662cdb74c596fda4eae
https://github.com/buildbot/buildbot/commit/7537a060811b06edfb612662cdb74c596fda4eae
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-04-18 (Mon, 18 Apr 2011)
Changed paths:
M master/buildbot/status/builder.py
M master/buildbot/test/regressions/test_oldpaths.py
A master/buildbot/test/regressions/test_unpickling.py
Log Message:
-----------
Make previous refactorings compatible with pickled status
This works around the same problem that caused the revert
cf7dd42dfad5058fbe4a58f9fac92ada8b1c5d80, this time by monkey-patching
class.__module__ so that twisted.persisted.styles doesn't get confused.
It also adds a test to ensure that this worked.
Compare: https://github.com/buildbot/buildbot/compare/a865ee5...7537a06
More information about the Commits
mailing list