diff autobot/template.py @ 249:76b4f58df3ee

* enable a public HTML waterfall; * try to add an irc bot
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 10:27:51 -0800
parents 6023ae1d13e6
children 48bc52d51252
line wrap: on
line diff
--- a/autobot/template.py	Wed Dec 28 10:05:48 2011 -0800
+++ b/autobot/template.py	Wed Dec 28 10:27:51 2011 -0800
@@ -50,7 +50,8 @@
             Variable('os', 'buildslave os (win, mac, linux)', os_type),
             Variable('passwd', 'buildslave password', default='passwd'),
             Variable('slaveport', 'port to talk to slaves on', default=9010, cast=int),
-            Variable('htmlport', 'port for waterfall display', default=8010, cast=int)]
+            Variable('htmlport', 'port for waterfall display', default=8010, cast=int),
+            Variable('publichtmlport', 'port for public waterfall display', default=8011, cast=int)]
 
     def pre(self, variables, output):
         factory = variables.get('factories')