changeset 161:07d759af7d8f

add a readable description
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 31 Jan 2011 15:05:27 -0800
parents 514c9a782da0
children 57e82f26fcf2
files autobot/projects/mozmill/__init__.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py	Mon Jan 31 15:00:22 2011 -0800
+++ b/autobot/projects/mozmill/__init__.py	Mon Jan 31 15:05:27 2011 -0800
@@ -15,7 +15,9 @@
     # setup the environment
     VirtualenvFactory.__init__(self, name='mozmill')
     self.addStep(ShellCommand(command=[WithProperties('%(python)s'), 'setup_development.py'],
-                             workdir=WithProperties('%(virtualenv)s/src/mozmill')))
+                              workdir=WithProperties('%(virtualenv)s/src/mozmill'),
+                              description='setup_development.py'
+                              ))
 
     # ensure mozmill works at all
     # [TODO] mozmill --help