Commit graph

3 commits

Author SHA1 Message Date
Daniel F. Dickinson
df471caea4 gitolite: Drop openssh dependency
Current dropbear is sufficient for gitolite purposes, so don't
require openssh (we don't do a dependency on either dropbear or
openssh as they are not yet drop-in replacements in terms of
packaging for the functions shared between them).  To achieve
tihs we also eliminate the dependency on ssh-keygen.  Previously
gitolite used ssh-keygen to generate fingerprints from OpenSSH
keys to ensure non-duplication of keys when processing them to
create / manage user ssh access to the git repositories.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-27 14:25:57 -05:00
Daniel F. Dickinson
46d91345c2 gitolite: Update to 3.6.8
Update to newest release.  We also drop a now unnecesary patch.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-02 21:03:52 -04:00
Daniel Dickinson
748cd39ff0 net/gitolite: Add gitolite for git repo administration/access control
Adds gitolite package which is a handy administrative tool for
managing shared git repositories.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
2016-10-23 17:39:04 -04:00