[Buildbot-commits] buildbot/buildbot interfaces.py,1.52,1.53
Brian Warner
warner at users.sourceforge.net
Tue Apr 17 06:38:52 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7812/buildbot
Modified Files:
interfaces.py
Log Message:
[project @ update CREDITS]
Original author: warner at lothar.com
Date: 2007-04-17 06:38:12+00:00
Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/interfaces.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- interfaces.py 15 Apr 2007 01:28:46 -0000 1.52
+++ interfaces.py 17 Apr 2007 06:38:50 -0000 1.53
@@ -111,7 +111,8 @@
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."""
+ """Return the IBuilderStatus object for a given named Builder. Raises
+ KeyError if there is no Builder by that name."""
def getSlave(name):
"""Return the ISlaveStatus object for a given named buildslave."""
More information about the Commits
mailing list