comparison example.ini @ 187:bba97450cbc2

* update example and templates * more documentation
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 01 Feb 2011 21:17:00 -0800
parents 23a877bbb34d
children 5f188d2a36aa
comparison
equal deleted inserted replaced
186:c7172ca54dff 187:bba97450cbc2
1 # example .ini configuration format for buildbot 1 # example .ini configuration format for autobot
2 2
3 [DEFAULT] 3 [DEFAULT]
4 # top level values
4 passwd = passwd 5 passwd = passwd
5 htmlport = 8010 6 htmlport = 8010
6 slaveport = 9010 7 slaveport = 9010
7 factories = logparser mozmill profilemanager 8 factories = logparser mozmill profilemanager
8 enable_email_notification = True
9 email_extra_recipients = whoever@example.com
10 clean = False
11 9
12 [logparser] 10 [logparser]
13 11
14 [mozmill] 12 [mozmill]
15 bundle = http:// 13 git = http://github.com/k0s/mozmill.git#mytestbranch
16 14
17 [profilemanager] 15 [profilemanager]
16
17 [slave:yourslave]
18
19 [slave:yourotherslave]
20 # this one only runs logparser
21 factories = logparser