comparison autobot/template.py @ 258:8ed63380052e

use test bot and dont try to connect to irc when testing
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 16:44:07 -0800
parents 9d5ec533e8df
children aa36f82313f1
comparison
equal deleted inserted replaced
257:9d5ec533e8df 258:8ed63380052e
50 Variable('os', 'buildslave os (win, mac, linux)', os_type), 50 Variable('os', 'buildslave os (win, mac, linux)', os_type),
51 Variable('passwd', 'buildslave password', default='passwd'), 51 Variable('passwd', 'buildslave password', default='passwd'),
52 Variable('slaveport', 'port to talk to slaves on', default=9010, cast=int), 52 Variable('slaveport', 'port to talk to slaves on', default=9010, cast=int),
53 Variable('htmlport', 'port for waterfall display', default=8010, cast=int), 53 Variable('htmlport', 'port for waterfall display', default=8010, cast=int),
54 Variable('publichtmlport', 'port for public waterfall display', default=8011, cast=int), 54 Variable('publichtmlport', 'port for public waterfall display', default=8011, cast=int),
55 Variable('botname', 'name of IRC bot', default='autobot'), 55 Variable('botname', 'name of IRC bot', default='autobot-test'), # use autobot in production
56 Variable('ircHost', 'IRC host', default='irc.mozilla.org'), 56 Variable('ircHost', 'IRC host', default='irc.mozilla.org'),
57 Variable('ircChannels', 'channels for the IRC bot', default='#ateam-test') # use #ateam in production 57 Variable('ircChannels', 'channels for the IRC bot', default='#ateam-test') # use #ateam in production
58 ] 58 ]
59 59
60 def pre(self, variables, output): 60 def pre(self, variables, output):