[Buildbot-commits] buildbot ChangeLog,1.662,1.663
Brian Warner
warner at users.sourceforge.net
Fri Jun 16 05:28:15 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29924
Modified Files:
ChangeLog
Log Message:
[project @ rearrange BuildStatus.addStepWithName a bit]
Original author: warner at lothar.com
Date: 2006-06-16 05:10:59
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.662
retrieving revision 1.663
diff -u -d -r1.662 -r1.663
--- ChangeLog 16 Jun 2006 05:28:06 -0000 1.662
+++ ChangeLog 16 Jun 2006 05:28:12 -0000 1.663
@@ -10,13 +10,16 @@
* buildbot/process/step.py (LogObserver): add outReceived and
errReceived base methods, to be overridden
- * 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/status/builder.py (BuildStatus.addStepWithName): 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
+ * buildbot/test/test_web.py (Logfile.setUp): rearrange the setup
+ process a bit to match
2006-06-14 Brian Warner <warner at lothar.com>
More information about the Commits
mailing list