Skip to content

bayoteers/python-vcs-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-vcs-commit

    Simple script that comments on bugzilla

    Parses the changelog contained in a commit message (either SVN or GIT or HG) and then comments on bugzilla the relevant bug

    It can be used with Subversion (svn.tigris.org), Mercurial (mercurial.selenic.com) or GIT (git-scm.com) version control systems.

INSTALLATION

    If running on Debian:

    debuild -us -uc -rfakeroot -I.git && sudo dpkg -i ../python-vcs-commit_<ver>_all.deb

    should be enough. 
    
    (It will ask for dependencies so probably putting it in a repo and doing apt-get install might be better)

DEPENDENCIES

    Depends on:
     * python-bugzilla-rest that can be found at https://meego.gitorious.org/meego-infrastructure-tools/python-bugzilla-rest
     * python-minideblib that can be found at https://github.com/kad/python-minideblib

LICENSE

    The contents of this file are subject to the Mozilla Public License
    Version 1.1 (the "License"); you may not use this file except in
    compliance with the License. You may obtain a copy of the License at
    http://www.mozilla.org/MPL/

    Software distributed under the License is distributed on an "AS IS"
    basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
    License for the specific language governing rights and limitations
    under the License.

    More info in debian/copyright.

    The Initial Developer of the Original Code is "Nokia Corporation"
    Portions created by the Initial Developer are Copyright (C) 2011 the
    Initial Developer. All Rights Reserved.

USAGE
    
    Check man pages or use it as a library

About

Simple script that comments on bugzilla

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages