Mercurial > hg > autobot
changeset 160:514c9a782da0
use (hopefully correct) repo URL for mozmill
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 31 Jan 2011 15:00:22 -0800 |
parents | b4e1edfd49ee |
children | 07d759af7d8f |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py Mon Jan 31 13:24:09 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Mon Jan 31 15:00:22 2011 -0800 @@ -8,7 +8,7 @@ http://github.com/mozautomation/mozmill """ - sources = {'git': ['http://github.com/mozautomation/mozmill']} + sources = {'git': ['http://github.com/mozautomation/mozmill.git']} def __init__(self, firefox_url=None): @@ -17,6 +17,9 @@ self.addStep(ShellCommand(command=[WithProperties('%(python)s'), 'setup_development.py'], workdir=WithProperties('%(virtualenv)s/src/mozmill'))) + # ensure mozmill works at all + # [TODO] mozmill --help + # get firefox # [TODO]