[Buildbot-commits] buildbot ChangeLog,1.397,1.398
Brian Warner
warner at users.sourceforge.net
Wed Apr 27 11:46:18 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23292
Modified Files:
ChangeLog
Log Message:
* buildbot/master.py (BuildMaster.loadChanges): fix change_svc
setup, it was completely broken for new buildmasters (those which
did not have a 'change.pck' already saved. Thanks to Paul Warren
for catching this (embarrassing!) bug.
(Dispatcher.__getstate__): don't save our registered avatar
factories, since they'll be re-populated when the config file is
re-read.
(BuildMaster.__init__): add a dummy ChangeMaster, used only by
tests (since the real mktap-generated BuildMaster doesn't save
this attribute).
(BuildMaster.__getstate__): don't save any service children,
they'll all be re-populated when the config file is re-read.
* buildbot/test/test_config.py (Save.testSave): test for this
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.397
retrieving revision 1.398
diff -u -d -r1.397 -r1.398
--- ChangeLog 27 Apr 2005 10:35:29 -0000 1.397
+++ ChangeLog 27 Apr 2005 11:46:15 -0000 1.398
@@ -2,7 +2,17 @@
* buildbot/master.py (BuildMaster.loadChanges): fix change_svc
setup, it was completely broken for new buildmasters (those which
- did not have a 'change.pck' already saved.
+ did not have a 'change.pck' already saved. Thanks to Paul Warren
+ for catching this (embarrassing!) bug.
+ (Dispatcher.__getstate__): don't save our registered avatar
+ factories, since they'll be re-populated when the config file is
+ re-read.
+ (BuildMaster.__init__): add a dummy ChangeMaster, used only by
+ tests (since the real mktap-generated BuildMaster doesn't save
+ this attribute).
+ (BuildMaster.__getstate__): don't save any service children,
+ they'll all be re-populated when the config file is re-read.
+ * buildbot/test/test_config.py (Save.testSave): test for this
2005-04-26 Brian Warner <warner at lothar.com>
More information about the Commits
mailing list