[Buildbot-commits] buildbot README,1.25,1.26 ChangeLog,1.416,1.417

Brian Warner warner at users.sourceforge.net
Fri May 6 04:58:00 UTC 2005


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

Modified Files:
	README ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-139
Creator:  Brian Warner <warner at monolith.lothar.com>

Merged from warner at monolith.lothar.com--2005 (patch 4-5)

Stop using mktap, create buildbot.tac instead.

Patches applied:

 * warner at monolith.lothar.com--2005/buildbot--dev--0--patch-4
   stop using mktap, create buildbot.tac instead

 * warner at monolith.lothar.com--2005/buildbot--dev--0--patch-5
   remove more old mktap-related code


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -d -r1.416 -r1.417
--- ChangeLog	6 May 2005 04:42:42 -0000	1.416
+++ ChangeLog	6 May 2005 04:57:58 -0000	1.417
@@ -1,5 +1,22 @@
 2005-05-05  Brian Warner  <warner at lothar.com>
 
+	* buildbot/master.py (Dispatcher.__getstate__): remove old
+	.tap-related methods
+	(BuildMaster.__getstate__): same
+	(makeService): same
+	* buildbot/slave/bot.py (makeService): same
+	(Options.longdesc): same
+	* buildbot/scripts/runner.py: copy over some old mktap option text
+
+	* buildbot/scripts/runner.py (masterTAC): stop using mktap.
+	'buildbot master' now creates a buildbot.tac file, so there is no
+	longer a create-instance/save/reload sequence. mktap is dead, long
+	live twistd -y.
+	* buildbot/scripts/sample.mk: use twistd -y, not -f
+	* buildbot/test/test_config.py: remove mktap-based test
+	* buildbot/bb_tap.py, buildbot/plugins.tml: delete old files
+	* README: don't reference mktap
+
 	* docs/source.xhtml: document some of the attributes that Changes
 	might have
 

Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- README	26 Apr 2005 02:54:35 -0000	1.25
+++ README	6 May 2005 04:57:58 -0000	1.26
@@ -168,10 +168,10 @@
 keepalive defaults to running once every 10 minutes.
 
 To manually turn on application-level keepalives, or to set them to use some
-other interval, add "--keepalive NNN" to the mktap command line. NNN is the
-number of seconds between keepalives. Use as large a value as your NAT box
-allows to reduce the amount of unnecessary traffic on the wire. 600 seconds
-(10 minutes) is a reasonable value.
+other interval, add "--keepalive NNN" to the 'buildbot slave' command line.
+NNN is the number of seconds between keepalives. Use as large a value as your
+NAT box allows to reduce the amount of unnecessary traffic on the wire. 600
+seconds (10 minutes) is a reasonable value.
 
 
  SETTING UP A BUILD MASTER:





More information about the Commits mailing list