Mercurial > hg > autobot
changeset 57:a2fc7a08ec5c
begin stubbing profilemanager tests
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 10 Jan 2011 15:05:23 -0800 |
parents | 0873bb51db09 |
children | 008404759e4f |
files | autobot/process/factory.py autobot/projects/profilemanager/__init__.py |
diffstat | 2 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/process/factory.py Mon Jan 10 14:57:39 2011 -0800 +++ b/autobot/process/factory.py Mon Jan 10 15:05:23 2011 -0800 @@ -82,8 +82,3 @@ workdir=WithProperties('%(virtualenv)s/src/' + package), haltOnFailure=True)) - -# python sources: -# [{'source': 'http://hg.mozilla.org/....', -# 'type': 'hg', # or git, -# }]
--- a/autobot/projects/profilemanager/__init__.py Mon Jan 10 14:57:39 2011 -0800 +++ b/autobot/projects/profilemanager/__init__.py Mon Jan 10 15:05:23 2011 -0800 @@ -6,4 +6,7 @@ def __init__(self): # get mozilla central - + + # get profilemanager + self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/automation/profilemanager'], + haltOnFailure=True))