[Buildbot-commits] buildbot ChangeLog,1.503,1.504

Fred L. Drake fdrake at users.sourceforge.net
Tue Sep 6 22:07:09 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Add progressMetrics, description, descriptionDone to the 'parms' list,
and make use the 'parms' list from the implementation class instead of
only BuildStep to initialize the parameters.  This allows
buildbot.process.factory.s() to initialize all the parms, not just
those defined in directly by BuildStep.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -d -r1.503 -r1.504
--- ChangeLog	3 Sep 2005 19:50:17 -0000	1.503
+++ ChangeLog	6 Sep 2005 22:07:07 -0000	1.504
@@ -1,3 +1,12 @@
+2005-09-06  Fred Drake  <fdrake at users.sourceforge.net>
+
+	* buildbot/process/step.py (BuildStep, ShellCommand): Add
+	progressMetrics, description, descriptionDone to the 'parms' list,
+	and make use the 'parms' list from the implementation class
+	instead of only BuildStep to initialize the parameters.  This
+	allows buildbot.process.factory.s() to initialize all the parms,
+	not just those defined in directly by BuildStep.
+
 2005-09-03  Brian Warner  <warner at lothar.com>
 
 	* NEWS: start adding items for the next release





More information about the Commits mailing list