[Buildbot-commits] buildbot/buildbot/scripts sample.cfg,1.4,1.5

Brian Warner warner at users.sourceforge.net
Wed May 11 23:25:28 UTC 2005


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

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

move all *.xhtml docs to buildbot.texinfo

	* docs/buildbot.texinfo: move all .xhtml docs into a new
	.texinfo-format document, adding a lot of material in the process.
	This is starting to look like a real user's manual. Removed all
	the Lore-related files: *.xhtml, *.css, template.tpl .
	* docs/Makefile: simple makefile to run 'makeinfo'
	* buildbot/scripts/sample.cfg: rearrange slightly
	* MANIFEST.in: include .info and .textinfo, don't include *.xhtml


Index: sample.cfg
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/sample.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sample.cfg	3 May 2005 04:59:47 -0000	1.4
+++ sample.cfg	11 May 2005 23:25:25 -0000	1.5
@@ -1,4 +1,3 @@
-#! /usr/bin/python
 
 # This is a sample buildmaster config file. It must be installed as
 # 'master.cfg' in your buildmaster's base directory (although the filename
@@ -14,8 +13,9 @@
 from buildbot.status import html
 s = factory.s
 
-# to save typing, we create a dictionary named 'c' and rename it later
-c = {}
+# This is the dictionary that the buildmaster pays attention to. We also use
+# a shorter alias to save typing.
+c = BuildmasterConfig = {}
 
 # the 'bots' list defines the set of allowable buildslaves. Each element is a
 # tuple of bot-name and bot-password. These correspond to values given to the
@@ -129,8 +129,3 @@
 # without some help.
 
 c['buildbotURL'] = "http://localhost:8010/"
-
-# finally we define the name that the buildmaster has been waiting for.
-
-BuildmasterConfig = c
-





More information about the Commits mailing list