[Buildbot-commits] buildbot README,1.21,1.22 ChangeLog,1.311,1.312

Brian Warner warner at users.sourceforge.net
Tue Nov 23 01:24:33 UTC 2004


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18245

Modified Files:
	README ChangeLog 
Log Message:
(SLAVE): fix usage of 'buildbot slave' command. Thanks to Yoz Grahame.
Closes SF#1050138.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- ChangeLog	23 Nov 2004 01:18:14 -0000	1.311
+++ ChangeLog	23 Nov 2004 01:24:30 -0000	1.312
@@ -1,5 +1,8 @@
 2004-11-22  Brian Warner  <warner at lothar.com>
 
+	* README (SLAVE): fix usage of 'buildbot slave' command. Thanks to
+	Yoz Grahame. Closes SF#1050138.
+
 	* docs/changes.xhtml (FreshCVSSourceNewcred): fix typo. Closes
 	SF#1042563.
 

Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- README	1 Oct 2004 03:18:12 -0000	1.21
+++ README	23 Nov 2004 01:24:30 -0000	1.22
@@ -122,7 +122,7 @@
 
 Now run the 'buildbot' command as follows:
 
- buildbot slave --basedir WORKDIR --master HOST:PORT --name NAME --passwd PWD
+ buildbot slave WORKDIR MASTERHOST:PORT SLAVENAME PASSWORD
 
 This will create a "TAP" file called "buildbot.tap", which bundles up all
 the state needed by the build slave application. Twisted has a tool called





More information about the Commits mailing list