[Buildbot-commits] buildbot ChangeLog,1.649,1.650

Brian Warner warner at users.sourceforge.net
Thu Jun 8 21:42:36 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ fix an oversight in remote_getCurrentBuilds]

Original author: warner at lothar.com
Date: 2006-06-08 21:39:47

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.649
retrieving revision 1.650
diff -u -d -r1.649 -r1.650
--- ChangeLog	7 Jun 2006 16:53:18 -0000	1.649
+++ ChangeLog	8 Jun 2006 21:42:34 -0000	1.650
@@ -1,3 +1,12 @@
+2006-06-08  Brian Warner  <warner at allmydata.com>
+
+	* buildbot/status/client.py
+	(RemoteBuilder.remote_getCurrentBuilds): oops, I screwed up when
+	changing this from getCurrentBuild() to getCurrentBuilds(). Each
+	build needs to be IRemote'd separately, rather than IRemote'ing
+	the whole list at once. I can't wait until newpb's serialization
+	adapters make this unnecessary.
+
 2006-06-06  Brian Warner  <warner at lothar.com>
 
 	* buildbot/process/step.py (WithProperties): make this inherit





More information about the Commits mailing list