Metadata-Version: 1.1
Name: sloth-ci.ext.openvz_exec
Version: 1.0.2
Summary: OpenVZ executor app extension for Sloth CI
Home-page: https://bitbucket.org/moigagoo/sloth-ci-extensions
Author: Konstantin Molchanov
Author-email: moigagoo@live.com
License: MIT
Description: OpenVZ executor for Sloth CI app extension that replaces the default executor and runs actions inside a given OpenVZ container.
        
        Config params::
        
            # Use the sloth-ci.ext.openvz_exec module.
            module: openvz_exec
        
            # Container name.
            container_name: foo
                
            # Container ID.
            # container_id: 123
        
        If name is provided, ID is ignored. If name is not provided, ID is mandatory.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
