[Buildbot-commits] buildbot/buildbot/scripts runner.py,1.42,1.43
Brian Warner
warner at users.sourceforge.net
Wed Jun 28 17:42:18 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22924/buildbot/scripts
Modified Files:
runner.py
Log Message:
[project @ scripts.runner: remove obsolete mention of mktap]
Original author: warner at lothar.com
Date: 2006-06-28 17:37:39
Index: runner.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/runner.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- runner.py 12 Mar 2006 11:54:00 -0000 1.42
+++ runner.py 28 Jun 2006 17:42:16 -0000 1.43
@@ -221,12 +221,11 @@
This command creates a buildslave working directory and buildbot.tac
file. The bot will use the <name> and <passwd> arguments to authenticate
itself when connecting to the master. All commands are run in a
- build-specific subdirectory of <basedir>, which defaults to the working
- directory that mktap was run from. <master> is a string of the form
- 'hostname:port', and specifies where the buildmaster can be reached.
+ build-specific subdirectory of <basedir>. <master> is a string of the
+ form 'hostname:port', and specifies where the buildmaster can be reached.
<name>, <passwd>, and <master> will be provided by the buildmaster
- administrator for your bot.
+ administrator for your bot. You must choose <basedir> yourself.
"""
def getSynopsis(self):
More information about the Commits
mailing list