[Buildbot-commits] buildbot/buildbot interfaces.py,1.51,1.52
Brian Warner
warner at users.sourceforge.net
Sun Apr 15 01:28:48 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24911/buildbot
Modified Files:
interfaces.py
Log Message:
[project @ web-parts: start rearranging web status files]
Original author: warner at lothar.com
Date: 2007-02-27 20:33:22+00:00
Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/interfaces.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- interfaces.py 1 Mar 2007 09:06:15 -0000 1.51
+++ interfaces.py 15 Apr 2007 01:28:46 -0000 1.52
@@ -111,8 +111,7 @@
def getBuilderNames(categories=None):
"""Return a list of the names of all current Builders."""
def getBuilder(name):
- """Return the IBuilderStatus object for a given named Builder. Raises
- KeyError if there is no Builder by that name."""
+ """Return the IBuilderStatus object for a given named Builder."""
def getSlave(name):
"""Return the ISlaveStatus object for a given named buildslave."""
More information about the Commits
mailing list