# HG changeset patch # User Jeff Hammel # Date 1294357545 28800 # Node ID b7c521f53bdaf9f850ce2a082803220b87a19868 # Parent eb289a46f4d3b70563a1eafd69db82b26f5ff85f document what the passwd variable is for diff -r eb289a46f4d3 -r b7c521f53bda autobot/template/template.py --- 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)]