view example.ini @ 171:af76bbcc4457

add a dummy catch up function; this should work (at least in theory) as-is, though it might be better to FETCH earlier and pull now
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 31 Jan 2011 18:28:58 -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]