view autobot/projects/logparser/__init__.py @ 0:8e14b6322cc7

initial stub for ateam buildbot
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 22 Dec 2010 11:15:45 -0800
parents
children a3374cdd116d
line wrap: on
line source

from autobot.process.factory import VirtualenvFactory

class TestLogParserFactory(VirtualenvFactory):
  """
  factory to test the Mozilla log parser:
  http://hg.mozilla.org/automation/logparser/
  """
  def __init__(self):
    VirtualenvFactory.__init__(self, name='logparser',
                               hg_sources=['http://hg.mozilla.org/automation/logparser/'])