Mercurial > hg > autobot
changeset 154:3647473b1de7
no need to clone twice
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 25 Jan 2011 10:30:49 -0800 |
parents | 8536e2005ba7 |
children | 5e1b450341a2 |
files | autobot/projects/manifestdestiny/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/manifestdestiny/__init__.py Tue Jan 25 10:28:40 2011 -0800 +++ b/autobot/projects/manifestdestiny/__init__.py Tue Jan 25 10:30:49 2011 -0800 @@ -12,9 +12,7 @@ 'git': []} def __init__(self): - SourceFactory.__init__(self) - - self.checkout() + PythonSourceFactory.__init__(self, name='manifestdestiny') # run the tests self.addStep(ShellCommand(command=[WithProperties('%(python)s'),