diff autobot/projects/profilemanager/__init__.py @ 59:e66165f2f31b

complete automagic imports
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Jan 2011 22:40:18 -0800
parents 008404759e4f
children 33fd34a75990
line wrap: on
line diff
--- a/autobot/projects/profilemanager/__init__.py	Mon Jan 10 15:38:09 2011 -0800
+++ b/autobot/projects/profilemanager/__init__.py	Mon Jan 10 22:40:18 2011 -0800
@@ -5,9 +5,13 @@
 
     def __init__(self):
 
+        # install m-c + profilemanager
+        self.addStep(ShellCommand(command=['wget', 'http://hg.mozilla.org/automation/profilemanager/raw-file/tip/INSTALL.py']))
+        self.addStep(ShellCommand(command=['python', 'INSTALL.py']))
+
         # get mozilla central
-        self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/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'],
-                                  haltOnFailure=True))
+#        self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/automation/profilemanager'],
+#                                  haltOnFailure=True))