# HG changeset patch # User Jeff Hammel # Date 1295921937 28800 # Node ID b10d16cdc22b76372650ee0240bc4a48063cfe46 # Parent 21f07648ef88f364119ab84d32d941453270c4ef stub out change filters diff -r 21f07648ef88 -r b10d16cdc22b autobot/template.py --- a/autobot/template.py Mon Jan 24 18:18:19 2011 -0800 +++ b/autobot/template.py Mon Jan 24 18:18:57 2011 -0800 @@ -96,7 +96,7 @@ description = 'template for the autotools buildbot master+slave' templates = ['template'] vars = assemble(AutobotMasterTemplate, AutobotSlaveTemplate) - vars.append(Variable('debug', default=True, cast='eval')) + vars.append(Variable('debug', 'whether to deploy in debug mode', default=True, cast='eval')) def post(self, variables, output): AutobotMasterTemplate.create(self, os.path.join(output, 'master'), variables)