[Buildbot-commits] buildbot/docs buildbot.texinfo,1.38,1.39

Brian Warner warner at users.sourceforge.net
Sun Mar 12 11:54:02 UTC 2006


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

Modified Files:
	buildbot.texinfo 
Log Message:
* buildbot/scripts/runner.py: add 'buildbot restart' command
(stop): don't sys.exit() out of here, otherwise restart can't work
* docs/buildbot.texinfo (Shutdown): document it


Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- buildbot.texinfo	12 Mar 2006 10:26:58 -0000	1.38
+++ buildbot.texinfo	12 Mar 2006 11:53:59 -0000	1.39
@@ -870,6 +870,17 @@
 buildbot sighup @var{BASEDIR}
 @end example
 
+When you update the Buildbot code to a new release, you will need to
+restart the buildmaster and/or buildslave before it can take advantage
+of the new code. You can do a @code{buildbot stop @var{BASEDIR}} and
+ at code{buildbot start @var{BASEDIR}} in quick succession, or you can
+use the @code{restart} shortcut, which does both steps for you:
+
+ at example
+buildbot restart @var{BASEDIR}
+ at end example
+
+
 @node Maintenance, Troubleshooting, Shutdown, Installation
 @section Maintenance
 





More information about the Commits mailing list