view example.ini @ 188:e15ccc0e1463

its better to add things to the correct ctor
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 01 Feb 2011 21:34:30 -0800
parents bba97450cbc2
children 5f188d2a36aa
line wrap: on
line source

# example .ini configuration format for autobot

[DEFAULT]
# top level values
passwd = passwd
htmlport = 8010
slaveport = 9010
factories = logparser mozmill profilemanager

[logparser]

[mozmill]
git = http://github.com/k0s/mozmill.git#mytestbranch

[profilemanager]

[slave:yourslave]

[slave:yourotherslave]
# this one only runs logparser
factories = logparser