[Buildbot-commits] buildbot/buildbot/process buildstep.py, 1.13, 1.14

Brian Warner warner at users.sourceforge.net
Thu Jul 24 22:16:36 UTC 2008


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

Modified Files:
	buildstep.py 
Log Message:
[project @ BuildStep.setProperty: provide a default value for source=, since there are custom buildsteps that don't provide one]

Original author: warner at lothar.com
Date: 2008-07-24 22:11:19+00:00

Index: buildstep.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/buildstep.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- buildstep.py	24 Jul 2008 01:35:37 -0000	1.13
+++ buildstep.py	24 Jul 2008 22:16:34 -0000	1.14
@@ -631,7 +631,7 @@
     def getProperty(self, propname):
         return self.build.getProperty(propname)
 
-    def setProperty(self, propname, value, source):
+    def setProperty(self, propname, value, source="Step"):
         self.build.setProperty(propname, value, source)
 
     def startStep(self, remote):





More information about the Commits mailing list