[Buildbot-commits] buildbot/buildbot/process base.py,1.75,1.76
Brian Warner
warner at users.sourceforge.net
Sat Dec 1 01:49:00 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/process
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv493/buildbot/process
Modified Files:
base.py
Log Message:
[project @ small docs patches from Greg Ward]
Original author: warner at lothar.com
Date: 2007-12-01 01:44:42+00:00
Index: base.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/base.py,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- base.py 12 Aug 2007 22:22:41 -0000 1.75
+++ base.py 1 Dec 2007 01:48:58 -0000 1.76
@@ -130,7 +130,7 @@
class Build:
- """I represent a single build by a single bot. Specialized Builders can
+ """I represent a single build by a single slave. Specialized Builders can
use subclasses of Build to hold status information unique to those build
processes.
@@ -147,7 +147,7 @@
I can be used by a factory by setting buildClass on
L{buildbot.process.factory.BuildFactory}
- @ivar request: the L{BuildRequest} that triggered me
+ @ivar requests: the list of L{BuildRequest}s that triggered me
@ivar build_status: the L{buildbot.status.builder.BuildStatus} that
collects our status
"""
More information about the Commits
mailing list