Mercurial > hg > autobot
changeset 175:98944f934452
allow git url to be configurable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 31 Jan 2011 21:26:46 -0800 |
parents | a58270483c1e |
children | d7d2f9042681 |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py Mon Jan 31 21:25:48 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Mon Jan 31 21:26:46 2011 -0800 @@ -8,6 +8,7 @@ http://github.com/mozautomation/mozmill """ + # VCS sources = {'git': ['http://github.com/mozautomation/mozmill.git']} def __init__(self, firefox_url=None, git=None):