changeset 145:b10d16cdc22b

stub out change filters
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 24 Jan 2011 18:18:57 -0800
parents 21f07648ef88
children 0ddd670b17fc
files autobot/template.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)