view example.ini @ 72:4e5fe6883fd9

the factory variable is no longer needed or desired
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 14:03:01 -0800
parents 23a877bbb34d
children bba97450cbc2
line wrap: on
line source

# 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
clean = False

[logparser]

[mozmill]
bundle = http://

[profilemanager]