[Buildbot-commits] buildbot ChangeLog,1.386,1.387

Brian Warner warner at users.sourceforge.net
Tue Apr 26 09:08:33 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22070

Modified Files:
	ChangeLog 
Log Message:
* buildbot/status/client.py (makeRemote): new approach to making
IRemote(None) be None, which works under Twisted-2.0
* buildbot/test/test_status.py (Client.testAdaptation): test it


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -d -r1.386 -r1.387
--- ChangeLog	26 Apr 2005 07:35:07 -0000	1.386
+++ ChangeLog	26 Apr 2005 09:08:30 -0000	1.387
@@ -1,5 +1,9 @@
 2005-04-26  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/client.py (makeRemote): new approach to making
+	IRemote(None) be None, which works under Twisted-2.0
+	* buildbot/test/test_status.py (Client.testAdaptation): test it
+
 	* buildbot/status/builder.py (Status.builderAdded): when loading a
 	pickled BuilderStatus in from disk, set its name after loading.
 	The config file might have changed its name (but not its





More information about the Commits mailing list