aboutsummaryrefslogtreecommitdiff
path: root/net/gitolite
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* gitolite: update to 3.6.13krant2024-02-07
| | | | | | | | - Use git for sources since no proper tarball is available - Switch package URL to HTTPS - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* gitolite: change symlink from absolute to relativeRosen Penev2020-12-31
| | | | | | Fixes bad symlink under InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Remove myself as maintainerDaniel F. Dickinson2020-03-20
| | | | | | | | | | Life changes, I'm no longer avaiable to be an sufficiently active OpenWrt developer. Therefore removing myself from maintainer from all packages I maintained in OpenWrt. All the best for those who keep up the good work! Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* gitolite: Drop openssh dependencyDaniel F. Dickinson2019-01-27
| | | | | | | | | | | | | 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>
* gitolite: Update to 3.6.11Daniel F. Dickinson2019-01-22
| | | | | | A migration bugfix. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* gitolite: Remove unecessary Makefile variablesDaniel F. Dickinson2019-01-01
| | | | | | | PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them from the gitolite Makefile Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* gitolite: Update to 3.6.10 and switch to codeloadDaniel F. Dickinson2018-12-23
| | | | | | | | | There have been a couple of point releases, so pull in those changes. Also codeload seems to be preferred to git tarballs when using github, so switch to codeload. Finally, fix a typo in project URL. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* 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>