Metadata-Version: 1.0
Name: bundleman
Version: 1.1.0
Summary: Manage svn bundle releasing.
Home-page: http://public.dev.nuxeo.com/~ben/bundleman/
Author: Benoit Delbosc
Author-email: bdelbosc@nuxeo.com
License: GPL
Download-URL: http://public.dev.nuxeo.com/~ben/bundleman/bundleman-1.1.0.tar.gz
Description: BundleMan try to manage releasing of application built on versioned products
        under subversion.
        
        An application is seen as a products suite defined using subversion
        svn:externals property. An application is a bundle of products. Products are
        versioned piece of software.
        
        Releasing an application is about taking care of tagging the source
        repository, managing version of each products, managing CHANGELOGs, creating
        a source package archive, giving ways to maitain a release without blocking
        the trunk development.
        
        
        Main features:
        
        * BundleMan is free software distributed under the GNU GPL.
        
        * It uses a recommended trunk/branches/tags repository layouts for
        products and bundles.
        
        * It uses standard versioning MAJOR.MINOR.BUGFIX-RELEASE for products.
        
        * Versioning of products is done automaticly by analysing a CHANGES file.
        
        * Enforce CHANGELOG quality by requiring a product CHANGES file.
        
        * It Generates an application CHANGELOG.
        
        * There is no locking of the trunk or version's conflict when patching a
        released application.
        
        * Can manage public, private or remote products.
        
        * BundleMan is written in python and can be easily customized.
        
        
Keywords: packaging releasing bundle subversion versioning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: System :: Archiving :: Packaging
