[Buildbot-commits] buildbot ChangeLog,1.945,1.946
Brian Warner
warner at users.sourceforge.net
Sun Sep 30 01:53:24 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12764
Modified Files:
ChangeLog
Log Message:
[project @ web: track HTTPChannels, so we can kill them at reconfig time. Closes #102]
Original author: warner at lothar.com
Date: 2007-09-30 01:52:54+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.945
retrieving revision 1.946
diff -u -d -r1.945 -r1.946
--- ChangeLog 30 Sep 2007 01:04:12 -0000 1.945
+++ ChangeLog 30 Sep 2007 01:53:22 -0000 1.946
@@ -1,5 +1,12 @@
2007-09-29 Brian Warner <warner at lothar.com>
+ * buildbot/status/web/base.py (HtmlResource.render): keep track of
+ HTTPChannels, so we can shut them down at reconfig time (when the
+ WebStatus goes away). Closes #102.
+ * buildbot/status/web/baseweb.py (WebStatus.__init__): same
+ (WebStatus.registerChannel): same
+ (WebStatus.stopService): do .loseConnection() here
+
* buildbot/test/test_webparts.py (Webparts.testPages): reload the
WebStatus, make sure all pages are still retrievable. I thought
this would exercise a bug, but it turns out that it was firefox
More information about the Commits
mailing list