aboutsummaryrefslogtreecommitdiff
path: root/net/gitolite
Commit message (Collapse)AuthorAge
* gitolite: Point to installation guide for OpenWrtDaniel F. Dickinson2018-08-02
| | | | | | | | In the description point to installation guide on OpenWrt Wiki to make it easier for new users to find and to understand how to use gitolite on OpenWrt. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* gitolite: Permit SSH login for gitolite user (git)Daniel F. Dickinson2018-08-02
| | | | | | | | The user defined in order to own and admin gitolite directories needs to not be expired else logins such SSH access will not be allowed for that user. So we unexpire user git by default. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* gitolite: Update to 3.6.8Daniel F. Dickinson2018-08-02
| | | | | | Update to newest release. We also drop a now unnecesary patch. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* gitolite: Update my emailDaniel F. Dickinson2018-07-04
| | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* net/gitolite: Add gitolite for git repo administration/access controlDaniel Dickinson2016-10-23
Adds gitolite package which is a handy administrative tool for managing shared git repositories. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>