[Buildbot-commits] buildbot ChangeLog,1.659,1.660

Brian Warner warner at users.sourceforge.net
Fri Jun 16 05:27:53 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ improve BuildStepStatus creation and setting]

Original author: warner at lothar.com
Date: 2006-06-16 01:01:40

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.659
retrieving revision 1.660
diff -u -d -r1.659 -r1.660
--- ChangeLog	15 Jun 2006 05:47:55 -0000	1.659
+++ ChangeLog	16 Jun 2006 05:27:51 -0000	1.660
@@ -1,3 +1,13 @@
+2006-06-15  Brian Warner  <warner at lothar.com>
+
+	* buildbot/status/builder.py (BuildStatus.addStep): change API to
+	take a name instead of a step, reducing the coupling somewhat.
+	This returns the BuildStepStatus object so it can be passed to the
+	new Step, instead of jamming it directly into the Step.
+	* buildbot/process/step.py (BuildStep.setStepStatus): add a setter
+	method
+	* buildbot/process/base.py (Build.setupBuild): use both methods
+
 2006-06-14  Brian Warner  <warner at lothar.com>
 
 	* docs/buildbot.texinfo (Adding LogObservers): add some limited





More information about the Commits mailing list