|
|
|
|
|
by shelf
4978 days ago
|
|
I've never understood what exactly Gitorious / Gitolite offer on top of your typical git deployment, which includes git-daemon and gitweb. The rest is handled by ssh and your OS' authentication/permissions system, whatever that may be. The website for Gitolite is not exactly clear on this, either. 'Features' include 'fine-grained' permissions and groups, the ability to set git options... A pretty long-winded way to avoid setting up git properly, given that setting it up is very easy indeed. |
|
What gitorious do - instead /bin/bash it puts custom shell script for SSH which manages all stuff like repo creation, authorizing users by their keys, etc.
tl;dr; For OP use case gitolite is probably overkill. He likely could get away with something like s3fs and mount any number of S3 buckets and push to these as to regular local git repo.