[Buildbot-commits] buildbot ChangeLog,1.492,1.493

Brian Warner warner at users.sourceforge.net
Thu Aug 18 08:30:06 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-297
Creator:  Brian Warner <warner at lothar.com>

make 'try' status reporting actually work

	* buildbot/scripts/tryclient.py (Try): make 'try' status reporting
	actually work. It's functional but still kind of clunky. Also, it
	only works with the pb-style.. needs to be made to work with the
	jobdir-style too.

	* buildbot/status/client.py (RemoteBuildSet): new class
	(RemoteBuildRequest): same
	(RemoteBuild.remote_waitUntilFinished): return the RemoteBuild
	object, not the internal BuildStatus object.
	(RemoteBuild.remote_subscribe): new method to subscribe to builds
	outside of the usual buildStarted() return value.
	(BuildSubscriber): support class for RemoteBuild.remote_subscribe

	* buildbot/scheduler.py (Try_Jobdir): convey buildsetID properly
	(Try_Userpass_Perspective.perspective_try): return a remotely
	usable BuildSetStatus object

	* buildbot/interfaces.py (IBuildStatus): remove obsolete
	isStarted()/waitUntilStarted()

--This line, and those below, will be ignored--
Files to commit:
   <can't compute list>

This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.492
retrieving revision 1.493
diff -u -d -r1.492 -r1.493
--- ChangeLog	17 Aug 2005 02:15:38 -0000	1.492
+++ ChangeLog	18 Aug 2005 08:30:01 -0000	1.493
@@ -1,3 +1,25 @@
+2005-08-18  Brian Warner  <warner at lothar.com>
+
+	* buildbot/scripts/tryclient.py (Try): make 'try' status reporting
+	actually work. It's functional but still kind of clunky. Also, it
+	only works with the pb-style.. needs to be made to work with the
+	jobdir-style too.
+
+	* buildbot/status/client.py (RemoteBuildSet): new class
+	(RemoteBuildRequest): same
+	(RemoteBuild.remote_waitUntilFinished): return the RemoteBuild
+	object, not the internal BuildStatus object.
+	(RemoteBuild.remote_subscribe): new method to subscribe to builds
+	outside of the usual buildStarted() return value.
+	(BuildSubscriber): support class for RemoteBuild.remote_subscribe
+
+	* buildbot/scheduler.py (Try_Jobdir): convey buildsetID properly
+	(Try_Userpass_Perspective.perspective_try): return a remotely
+	usable BuildSetStatus object
+
+	* buildbot/interfaces.py (IBuildStatus): remove obsolete
+	isStarted()/waitUntilStarted()
+
 2005-08-16  Brian Warner  <warner at lothar.com>
 
 	* buildbot/status/builder.py: implement IBuildSetStatus and





More information about the Commits mailing list