File: control

package info (click to toggle)
gitolite 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,368 kB
  • sloc: perl: 2,868; sh: 1,249; python: 143; makefile: 81
file content (34 lines) | stat: -rw-r--r-- 1,480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: gitolite
Section: vcs
Priority: optional
Maintainer: Gerfried Fuchs <rhonda@debian.org>
Build-Depends: quilt
Build-Depends-Indep: po-debconf
Standards-Version: 3.9.3
Homepage: http://github.com/sitaramc/gitolite
Vcs-Browser: http://git.deb.at/w/pkg/gitolite.git
Vcs-Git: git://git.deb.at/pkg/gitolite.git

Package: gitolite
Architecture: all
Depends: git (>= 1:1.7.0.4) | git-core (>= 1:1.6.2), perl (>= 5.6.0-16),
 openssh-server, debconf (>= 0.5) | debconf-2.0, adduser
Suggests: git-daemon-run, gitweb
Description: SSH-based gatekeeper for git repositories
 Gitolite 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.