[Buildbot-commits] buildbot/buildbot/scripts sample.cfg,1.7,1.8

Brian Warner warner at users.sourceforge.net
Fri Mar 17 01:07:11 UTC 2006


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

Modified Files:
	sample.cfg 
Log Message:
* buildbot/scripts/sample.cfg: add python-mode declaration for
vim. Thanks to John Pye for the patch.

* docs/buildbot.texinfo (Launching the daemons): fix @reboot job
command line, mention the importance of running 'crontab' as the
buildmaster/buildslave user. Thanks to John Pye for the catch.


Index: sample.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/sample.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sample.cfg	24 Nov 2005 21:57:30 -0000	1.7
+++ sample.cfg	17 Mar 2006 01:07:09 -0000	1.8
@@ -1,4 +1,5 @@
 # -*- python -*-
+# ex: set syntax=python:
 
 # This is a sample buildmaster config file. It must be installed as
 # 'master.cfg' in your buildmaster's base directory (although the filename
@@ -129,7 +130,7 @@
 # if you set 'manhole', you can telnet into the buildmaster and get an
 # interactive python shell, which may be useful for debugging buildbot
 # internals. It is probably only useful for buildbot developers.
-# from buildbot.master import Manhole
+#from buildbot.master import Manhole
 #c['manhole'] = Manhole(9999, "admin", "password")
 
 # the 'projectName' string will be used to describe the project that this





More information about the Commits mailing list