# HG changeset patch # User Jeff Hammel # Date 1294681120 28800 # Node ID 98fa7d1a7b1d7fd25a54d50577735df8abb7c792 # Parent f586e28ff3d7f2d3ae3cd5c1bc7840394d787e71 add an example .ini file for configuration diff -r f586e28ff3d7 -r 98fa7d1a7b1d example.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example.ini Mon Jan 10 09:38:40 2011 -0800 @@ -0,0 +1,16 @@ +# example .ini configuration format for buildbot + +[DEFAULT] +passwd = passwd +htmlport = 8010 +slaveport = 9010 +factories = logparser mozmill profilemanager +enable_email_notification = True +email_extra_recipients = whoever@example.com + +[logparser] + +[mozmill] +bundle = http:// + +[profilemanager] \ No newline at end of file