[Buildbot-commits] buildbot ChangeLog,1.550,1.551
Brian Warner
warner at users.sourceforge.net
Tue Nov 15 08:57:01 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17588
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-424
Creator: Brian Warner <warner at lothar.com>
serialize config-file loading
* buildbot/master.py (BuildMaster.loadConfig): serialize the
config-file loading, specifically to make sure old StatusTargets
are finished shutting down before new ones start up (thus
resolving a bug in which changing the Waterfall object would fail
because both new and old instances were claiming the same
listening port). Also load new Schedulers after all the new
Builders are set up, in case they fire off a new build right away.
* buildbot/test/test_config.py (StartService): test it
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.550
retrieving revision 1.551
diff -u -d -r1.550 -r1.551
--- ChangeLog 15 Nov 2005 08:41:20 -0000 1.550
+++ ChangeLog 15 Nov 2005 08:56:59 -0000 1.551
@@ -1,5 +1,14 @@
2005-11-15 Brian Warner <warner at lothar.com>
+ * buildbot/master.py (BuildMaster.loadConfig): serialize the
+ config-file loading, specifically to make sure old StatusTargets
+ are finished shutting down before new ones start up (thus
+ resolving a bug in which changing the Waterfall object would fail
+ because both new and old instances were claiming the same
+ listening port). Also load new Schedulers after all the new
+ Builders are set up, in case they fire off a new build right away.
+ * buildbot/test/test_config.py (StartService): test it
+
* buildbot/status/mail.py (MailNotifier.buildMessage): oops, add
the branch name to the mail body
More information about the Commits
mailing list