Path to this page:
./
devel/gitolite,
Gitolite allows you to host Git repositories easily and securely
Branch: pkgsrc-2014Q2,
Version: 3.5.2nb1,
Package name: gitolite-3.5.2nb1,
Maintainer: pkgsrc-usersGitolite is an SSH-based gatekeeper providing access control for
a server that hosts many git repositories. Without gitolite, each
developer needing to push to one of the repositories hosted would
need a user account on that server; gitolite lets you do that just
using SSH public keys tied to a single, common, user that hosts
all the repositories.
Gitolite can restrict who can read (clone/fetch) from or write
(push) to a repository, and who can push to what branch or tag -
an important issue in corporate environments. Other features include:
* access control by branch-name or by modified file/directory;
* per-developer "personal namespace" prefixes;
* simple but powerful configuration file syntax (with validation);
* config files (and authority for maintaining them) can be split;
* easy integration with gitweb;
* comprehensive logging;
* easy migration from gitosis.
Required to run:[
devel/git-base] [
lang/perl5]
Master sites:
SHA1: 09c45a4c464363ce27bb5a21f675834edcd311d5
RMD160: fdc9b29624634cec3a470908a473e3f7ba1df793
Filesize: 128.282 KB
Version history: (Expand)
- (2014-07-11) Updated to version: gitolite-3.5.2nb1
- (2014-07-02) Package added to pkgsrc.se, version gitolite-3.5.2 (created)