Metadata-Version: 1.1
Name: ceph-detect-init
Version: 1.0.1
Summary: display the normalized name of the init system
Home-page: https://git.ceph.com/?p=ceph.git;a=summary
Author: Owen Synge, Loic Dachary
Author-email: osynge@suse.de, loic@dachary.org
License: LGPLv2+
Description: ceph-detect-init
        ================
        
        ceph-detect-init is a command line tool that displays a normalized
        string describing the init system of the host on which it is running:
        
        Home page : https://pypi.python.org/pypi/ceph-detect-init
        
        Hacking
        =======
        
        * Get the code : git clone https://git.ceph.com/ceph.git
        * Run the unit tests : tox
        * Run the integration tests (requires docker) : tox -e integration
        * Check the documentation : rst2html < README.rst > /tmp/a.html
        * Prepare a new version
        
         - version=1.0.0 ; perl -pi -e "s/^version.*/version='$version',/" setup.py ; do python setup.py sdist ; amend=$(git log -1 --oneline | grep --quiet "version $version" && echo --amend) ; git commit $amend -m "version $version" setup.py ; git tag -a -f -m "version $version" $version ; done
        
        * Publish a new version
        
         - python setup.py sdist upload --sign
         - git push ; git push --tags
        
        * pypi maintenance
        
         - python setup.py register # if the project does not yet exist
         - trim old versions at https://pypi.python.org/pypi/ceph-detect-init
        
Keywords: ceph
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
