changeset 58:008404759e4f

get m-c from hg for now :(
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Jan 2011 15:38:09 -0800
parents a2fc7a08ec5c
children e66165f2f31b
files autobot/projects/profilemanager/__init__.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/profilemanager/__init__.py	Mon Jan 10 15:05:23 2011 -0800
+++ b/autobot/projects/profilemanager/__init__.py	Mon Jan 10 15:38:09 2011 -0800
@@ -6,6 +6,7 @@
     def __init__(self):
 
         # get mozilla central
+        self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/mozilla-central']))
 
         # get profilemanager
         self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/automation/profilemanager'],