An access control layer on top of git Maintained by:milki@rescomp.berkeley.edu Port Added: 29 Jul 2011 22:17:12 License: GPLv2
Gitolite is an access control layer on top of git, which allows access control
down to the branch level, including specifying who can and cannot rewind a
given branch.
Gitolite lets you use a single user on a server to host many git repositories
and provide access to many developers, without having to give them real
userids on or shell access to the server. Authentication is most commonly done
using sshd, but you can also use httpd if you prefer.
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.
WWW: https://github.com/sitaramc/gitolite
To install the port:cd /usr/ports/devel/gitolite/ && make install clean To add the package:pkg_add -r gitolite
Configuration Options
===> The following configuration options are available for gitolite-3.01_1:
GITUSER=On (default) "Create git user as gitolite provider"
===> Use 'make config' to modify these settings
Reason:
gitolite has been split into two ports: devel/gitolite for 3.x and
devel/gitolite2 for 2.x
gitolite 3.x is NOT "API" compatible with gitolite 2.x and requires
additional manual migration steps which can be found in the online
documentation.
http://sitaramc.github.com/gitolite/install.html#migr
Current users wishing to continue using gitolite 2.x should run:
# portmaster -o devel/gitolite2 gitolite
or
# portupgrade -o devel/gitolite2 gitolite
Number of commits found: 8
Commit History - (may be incomplete: see CVSWeb link above for full details)
- Add new port gitolite:
Gitolite is an access control layer on top of git, which allows access control
down to the branch level, including specifying who can and cannot rewind a
given branch.
Gitolite lets you use a single user on a server to host many git repositories
and provide access to many developers, without having to give them real
userids on or shell access to the server. Authentication is most commonly done
using sshd, but you can also use httpd if you prefer.
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.
WWW: https://github.com/sitaramc/gitolite
PR: ports/159260
Submitted by: milki <milki at rescomp.berkeley.edu>