[Buildbot-commits] buildbot/buildbot/status builder.py,1.95,1.96

Brian Warner warner at users.sourceforge.net
Wed Aug 1 22:08:34 UTC 2007


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

Modified Files:
	builder.py 
Log Message:
[project @ web-refactoring: get most of the Waterfall sub-pages working again]

Original author: warner at lothar.com
Date: 2007-07-30 23:57:02+00:00

Index: builder.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/builder.py,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- builder.py	1 Aug 2007 20:31:43 -0000	1.95
+++ builder.py	1 Aug 2007 22:08:31 -0000	1.96
@@ -1810,6 +1810,11 @@
                 "step-" + urllib.quote(step.getName(), safe=''),
                 lognum)
 
+    def getChangeSources(self):
+        return list(self.botmaster.parent.change_svc)
+
+    def getChange(self, number):
+        return self.botmaster.parent.change_svc.getChangeNumbered(number)
 
     def getSchedulers(self):
         return self.botmaster.parent.allSchedulers()





More information about the Commits mailing list