# HG changeset patch # User Jeff Hammel # Date 1294700723 28800 # Node ID a2fc7a08ec5c3346480fa3f3eaace05ac8d27f7b # Parent 0873bb51db09cba26f26c38606c916a3e37fba22 begin stubbing profilemanager tests diff -r 0873bb51db09 -r a2fc7a08ec5c autobot/process/factory.py --- 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, -# }] diff -r 0873bb51db09 -r a2fc7a08ec5c autobot/projects/profilemanager/__init__.py --- 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))