Mercurial > hg > autobot
changeset 5:b7c521f53bda
document what the passwd variable is for
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 Jan 2011 15:45:45 -0800 |
parents | eb289a46f4d3 |
children | 4ba6ba323871 |
files | autobot/template/template.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/template/template.py Thu Jan 06 15:09:14 2011 -0800 +++ b/autobot/template/template.py Thu Jan 06 15:45:45 2011 -0800 @@ -14,7 +14,7 @@ description = 'template for the autotools buildbot master' templates = ['master'] vars = [Variable('slave', 'buildslave name', 'slave'), - Variable('passwd', default='passwd'), + Variable('passwd', 'buildslave password', default='passwd'), Variable('slaveport', 'port to talk to slaves on', default=9010), Variable('htmlport', 'port for waterfall display', default=8010)]