Package gitolite: Information

    Source package: gitolite
    Version: 3.03-alt1
    Build time:  Jun 14, 2012, 12:58 AM
    Category: System/Servers
    Report package bug
    License: GPLv2
    Summary: Highly flexible server for git directory version tracker
    Description: 
    Gitolite allows a server to host many git repositories and
    provide access to many developers, without having to give them
    real userids on the server.  The essential magic in doing this
    is ssh's pubkey access and the authorized keys file, and the
    inspiration was an older program called gitosis.
    
    Gitolite can restrict who can read from (clone/fetch) or write
    to (push) a repository. It can also restrict who can push to what
    branch or tag, which is very important in a corporate environment.
    Gitolite can be installed without requiring root permissions, and
    with no additional software than git itself and perl. It also has
    several other neat features described below and elsewhere in the
    doc/ directory.

    List of rpms provided by this srpm:
    gitolite (noarch)

    Maintainer: Michael Shigorin


    ACL:
    Michael Shigorin
    @everybody

      1. perl-Text-Markdown
      2. rpm-build-licenses

    Last changed


    June 13, 2012 Nikolay A. Fetisov 3.03-alt1
    - new version (Closes: #27442)
    April 20, 2011 Michael Shigorin 2.0-alt1
    - initial build for ALT Linux Sisyphus
      + based on 2.0-1 fedora package by Jon Ciesla <limb/jcomserv.net>