Mercurial > hg > autobot
changeset 277:268349e6c941
remove devicemanager project; this now lives in mozbase
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 31 Jul 2012 14:45:04 -0700 |
parents | a79c12daf9d7 |
children | 0f754bf9fd8a |
files | README.txt autobot/projects/devicemanager/__init__.py |
diffstat | 2 files changed, 1 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Tue Jul 31 14:35:32 2012 -0700 +++ b/README.txt Tue Jul 31 14:45:04 2012 -0700 @@ -172,10 +172,9 @@ * logparser [WORKING] * profilemanager [IN FLIGHT] * mozmill [IN FLIGHT] -* devicemanager [IN FLIGHT] +* talos [IN FLIGHT] * firebug [TODO] * jetpack [TODO] -* talos [TODO] The projects are obtained from any factories in subdirectories of ``autobot.projects`` (use
--- a/autobot/projects/devicemanager/__init__.py Tue Jul 31 14:35:32 2012 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -from buildbot.process.factory import BuildFactory -from buildbot.steps.shell import ShellCommand -from buildbot.steps.shell import WithProperties - -class TestDevicemanager(BuildFactory): - """ - devicemanager for mobile testing: - http://hg.mozilla.org/automation/remote-testing/ - """ - - def __init__(self): - BuildFactory.__init__(self) - - # checkout the repository - #self.addStep(ShellCommand(command=['hg', 'clone', 'http://hg.mozilla.org/automation/remote-testing/'])) - - # run the tests [TODO] -