Mercurial > hg > autobot
changeset 149:2a90789e2ba3
conform mozmill to the change in setup_development (sh -> py)
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 24 Jan 2011 18:27:16 -0800 |
parents | 7a0939d575db |
children | 03536656932a |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py Mon Jan 24 18:21:59 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Mon Jan 24 18:27:16 2011 -0800 @@ -14,7 +14,7 @@ # setup the environment VirtualenvFactory.__init__(self, name='mozmill') - self.addStep(ShellCommand(command=['bash', 'setup_development.sh'], + self.addStep(ShellCommand(command=[WithProperties('%(python)s'), 'setup_development.py'], workdir=WithProperties('%(virtualenv)s/src/mozmill'))) # get firefox