[Buildbot-commits] buildbot/docs buildbot.texinfo,1.85,1.86

Brian Warner warner at users.sourceforge.net
Fri Nov 24 08:23:29 UTC 2006


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

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ enhance 'buildbot sighup' to show all related twistd.log lines. Also rename it to 'buildbot reconfig'. This addresses half of SF#1517975]

Original author: warner at lothar.com
Date: 2006-11-24 08:21:21

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- buildbot.texinfo	24 Nov 2006 07:16:36 -0000	1.85
+++ buildbot.texinfo	24 Nov 2006 08:23:27 -0000	1.86
@@ -1040,7 +1040,7 @@
 config file. The following shortcut is available:
 
 @example
-buildbot sighup @var{BASEDIR}
+buildbot reconfig @var{BASEDIR}
 @end example
 
 When you update the Buildbot code to a new release, you will need to
@@ -1894,9 +1894,13 @@
 it: the @command{buildbot} tool has a shortcut for this:
 
 @example
-buildbot sighup @var{BASEDIR}
+buildbot reconfig @var{BASEDIR}
 @end example
 
+This command will show you all of the lines from @file{twistd.log}
+that relate to the reconfiguration. If there are any problems during
+the config-file reload, they will be displayed in these lines.
+
 The debug tool (@code{buildbot debugclient --master HOST:PORT}) has a
 ``Reload .cfg'' button which will also trigger a reload. In the
 future, there will be other ways to accomplish this step (probably a





More information about the Commits mailing list