[Buildbot-commits] buildbot/buildbot/process buildstep.py, 1.9, 1.10
Brian Warner
warner at users.sourceforge.net
Fri Mar 21 03:53:38 UTC 2008
Update of /cvsroot/buildbot/buildbot/buildbot/process
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7316/buildbot/process
Modified Files:
buildstep.py
Log Message:
[project @ rename 'render' to 'render_properties', more cleanups]
Original author: warner at lothar.com
Date: 2008-03-21 03:52:21+00:00
Index: buildstep.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/buildstep.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- buildstep.py 20 Mar 2008 23:56:53 -0000 1.9
+++ buildstep.py 21 Mar 2008 03:53:36 -0000 1.10
@@ -1114,7 +1114,7 @@
s = self.fmtstring % pmap
return s
-def render(s, build):
+def render_properties(s, build):
"""Return a string based on s and build that is suitable for use
in a running BuildStep. If s is a string, return s. If s is a
WithProperties object, return the result of s.render(build).
More information about the Commits
mailing list