[Buildbot-commits] buildbot ChangeLog, 1.701, 1.702 README, 1.31, 1.32

Brian Warner warner at users.sourceforge.net
Fri Aug 11 07:31:05 UTC 2006


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

Modified Files:
	ChangeLog README 
Log Message:
[project @ rename 'buildbot master' to 'buildbot create-master', likewise with create-slave]

Original author: warner at lothar.com
Date: 2006-08-11 04:45:26

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -d -r1.701 -r1.702
--- ChangeLog	11 Aug 2006 07:30:49 -0000	1.701
+++ ChangeLog	11 Aug 2006 07:31:03 -0000	1.702
@@ -1,5 +1,11 @@
 2006-08-10  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/runner.py: rename 'buildbot master' to
+	'buildbot create-master', and 'buildbot slave' to 'buildbot
+	create-slave'
+	* docs/buildbot.texinfo: same
+	* README: same
+
 	* docs/buildbot.texinfo: reimplement the "useful classes" index
 	with actual texinfo indices. The .info rendering is a bit
 	weird-looking but it works well, and the HTML rendering is quite

Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- README	28 May 2006 07:56:08 -0000	1.31
+++ README	11 Aug 2006 07:31:03 -0000	1.32
@@ -130,7 +130,7 @@
 
 Now run the 'buildbot' command as follows:
 
- buildbot slave WORKDIR MASTERHOST:PORT SLAVENAME PASSWORD
+ buildbot create-slave WORKDIR MASTERHOST:PORT SLAVENAME PASSWORD
 
 This will create a file called "buildbot.tac", which bundles up all the state
 needed by the build slave application. Twisted has a tool called "twistd"
@@ -176,9 +176,9 @@
  SETTING UP A BUILD MASTER:
 
 Please read the user's manual for instructions. The short form is that you
-use 'buildbot master MASTERDIR' to create the base directory, then you edit
-the 'master.cfg' file to configure the buildmaster. Once this is ready, you
-use 'buildbot START MASTERDIR' to launch it.
+use 'buildbot create-master MASTERDIR' to create the base directory, then you
+edit the 'master.cfg' file to configure the buildmaster. Once this is ready,
+you use 'buildbot START MASTERDIR' to launch it.
 
 A sample configuration file will be created for you in WORKDIR/master.cfg .
 There are more examples in docs/examples/, and plenty of documentation in the





More information about the Commits mailing list