[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
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot interfaces.py,1.54,1.55
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/status/web baseweb.py, 1.3, 1.4 build.py, 1.2, 1.3 builder.py, 1.2, 1.3 changes.py, 1.2, 1.3 logs.py, 1.1, 1.2 step.py, 1.2, 1.3 tests.py, 1.2, 1.3 waterfall.py, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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()
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot interfaces.py,1.54,1.55
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/status/web baseweb.py, 1.3, 1.4 build.py, 1.2, 1.3 builder.py, 1.2, 1.3 changes.py, 1.2, 1.3 logs.py, 1.1, 1.2 step.py, 1.2, 1.3 tests.py, 1.2, 1.3 waterfall.py, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list