diff 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
line wrap: on
line diff
--- a/example.ini	Tue Feb 01 19:19:36 2011 -0800
+++ b/example.ini	Tue Feb 01 21:17:00 2011 -0800
@@ -1,17 +1,21 @@
-# example .ini configuration format for buildbot
+# example .ini configuration format for autobot
 
 [DEFAULT]
+# top level values
 passwd = passwd
 htmlport = 8010
 slaveport = 9010
 factories = logparser mozmill profilemanager
-enable_email_notification = True
-email_extra_recipients = whoever@example.com
-clean = False
 
 [logparser]
 
 [mozmill]
-bundle = http://
+git = http://github.com/k0s/mozmill.git#mytestbranch
+
+[profilemanager]
 
-[profilemanager]
\ No newline at end of file
+[slave:yourslave]
+
+[slave:yourotherslave]
+# this one only runs logparser
+factories = logparser
\ No newline at end of file