view example.ini @ 40:e6c7a4cf2b40

stub out setting properties; not sure if this is the way to do it or not
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Jan 2011 10:57:44 -0800
parents 98fa7d1a7b1d
children 23a877bbb34d
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

[logparser]

[mozmill]
bundle = http://

[profilemanager]