[Buildbot-commits] buildbot/buildbot/status builder.py, 1.106, 1.107
Brian Warner
warner at users.sourceforge.net
Thu May 22 22:12:07 UTC 2008
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16868/buildbot/status
Modified Files:
builder.py
Log Message:
[project @ #87:customprops.patch]
Patch by Paul Gain, Roch Gadson <rochester.gadsdon at bakbone.com>, and
Aaron Maxwell <amax at snaplogic.org> to implement "custom properties":
build properties that can be specified when the build is initially
created, e.g., by a scheduler.
Original author: dustin at v.igoro.us
Date: 2008-04-04 03:52:33+00:00
Index: builder.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/builder.py,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- builder.py 18 Mar 2008 22:25:55 -0000 1.106
+++ builder.py 22 May 2008 22:12:05 -0000 1.107
@@ -1789,6 +1789,8 @@
return self.botmaster.parent.projectURL
def getBuildbotURL(self):
return self.botmaster.parent.buildbotURL
+ def getCustomBuildProperties(self):
+ return self.botmaster.parent.customBuildProperties
def getURLForThing(self, thing):
prefix = self.getBuildbotURL()
More information about the Commits
mailing list