Metadata-Version: 1.0
Name: hghudson
Version: 0.1.1dev
Summary: Mercurial integration with Hudson
Home-page: http://www.gitorious.org/hghudson
Author: Néstor Salceda
Author-email: nestor.salceda@gmail.com
License: MIT/X11
Description: About
        -----
        
        hghudson provides you a way to perform integration between Mercurial and
        Hudson CI Server.
        
        Installation
        ------------
        
        Install from sources::
        
                $ python setup.py install
        
        Or from Pypi::
        
                $ easy_install -U hghudson
        
        Using it
        --------
        
        ::
        
          [hudson]
          url=localhost:8080
          job=Foo
        
          [hooks]
          pretxnchangegroup.build=python:hghudson.build
        
        This is the code you should put in your .hg/hgrc file, and you should configure
        Hudson for allowing builds from a trigger.
        
        Be sure the hook code is in the PYTHONPATH environment variable.
        
        To Do
        -----
        - Allow to build into a secured Hudson
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Version Control
