changeset 93:91f2db6e0291

setup mozmill for development
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 12 Jan 2011 14:19:46 -0800
parents 1a0110f00e7e
children e806a9c1dc4f
files autobot/projects/mozmill/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py	Wed Jan 12 13:45:35 2011 -0800
+++ b/autobot/projects/mozmill/__init__.py	Wed Jan 12 14:19:46 2011 -0800
@@ -10,6 +10,8 @@
     # setup the environment
     VirtualenvFactory.__init__(self, name='mozmill',
                                git_sources=['http://github.com/mozautomation/mozmill'])
+    set.addStep(ShellCommand(command=['bash', 'setup_development.sh'],
+                             workdir=WithProperites('%(virtualenv)s/src/mozmill')))
 
     # get firefox
     # [TODO]