Mercurial > hg > autobot
changeset 39:98fa7d1a7b1d
add an example .ini file for configuration
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 10 Jan 2011 09:38:40 -0800 |
parents | f586e28ff3d7 |
children | e6c7a4cf2b40 |
files | example.ini |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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