# HG changeset patch # User Jeff Hammel # Date 1296514822 28800 # Node ID 514c9a782da03c37fe51207dfdbf5af68c592905 # Parent b4e1edfd49ee39b9fb86bb037f8b730ec626fe64 use (hopefully correct) repo URL for mozmill diff -r b4e1edfd49ee -r 514c9a782da0 autobot/projects/mozmill/__init__.py --- 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]