# HG changeset patch # User Jeff Hammel # Date 1295922436 28800 # Node ID 2a90789e2ba3915ef5b02e63245b37ecdedf8479 # Parent 7a0939d575db5e216ac4306ac0d5d22433ccdc0b conform mozmill to the change in setup_development (sh -> py) diff -r 7a0939d575db -r 2a90789e2ba3 autobot/projects/mozmill/__init__.py --- 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