[Buildbot-commits] buildbot ChangeLog,1.955,1.956

Brian Warner warner at users.sourceforge.net
Sun Sep 30 18:48:14 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ limit the number of builds we examine in generateFinishedBuilds]

Original author: warner at lothar.com
Date: 2007-09-30 18:47:26+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.955
retrieving revision 1.956
diff -u -d -r1.955 -r1.956
--- ChangeLog	30 Sep 2007 18:20:56 -0000	1.955
+++ ChangeLog	30 Sep 2007 18:48:12 -0000	1.956
@@ -1,5 +1,14 @@
 2007-09-30  Brian Warner  <warner at lothar.com>
 
+	* buildbot/interfaces.py (IStatus.generateFinishedBuilds): add a
+	'max_search=' argument, to limit the number of builds that are
+	examined while trying to find ones that match the other criteria.
+	This helps to limit the work we do, since otherwise we might have
+	to trawl through all history.
+	(IBuilderStatus.generateFinishedBuilds): same
+	* buildbot/status/builder.py (Status.generateFinishedBuilds): same
+	(BuilderStatus.generateFinishedBuilds): same
+
 	* buildbot/status/web/base.py (OneLineMixin.make_line): stringify
 	our got_revision before checking its length: SVN (at least) still
 	reports numeric values for this.





More information about the Commits mailing list