about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitolite
AgeCommit message (Collapse)AuthorFilesLines
2023-07-19gitolite: 3.6.12 -> 3.6.13Thomas Gerbet1-2/+2
Changelog: https://github.com/sitaramc/gitolite/blob/v3.6.13/CHANGELOG
2022-08-28gitolite: fix reference to /binTom Bereknyei1-1/+3
2022-05-27nixos/tests/gitolite: fix test timeoutFliegendeWurst1-1/+5
This prevents ssh from reading from stdin. Link the NixOS test to the package.
2021-06-22Add JSON package to gitolite environment. (#127683)Stanisław Barzowski1-2/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Lassulus <github@lassul.us>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-19gitolite: fix updating of gitweb access list and descriptionJulien Moutinho1-1/+1
2020-08-13gitolite: 3.6.11 -> 3.6.12R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-08gitolite: wrap gitolite-shellBruno Bigras1-2/+9
git wasn't found when used with services.fcgiwrap for http auth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-10treewide: fix redirect URLsRyan Mulligan1-1/+1
2019-01-16gitolite: 3.6.10 -> 3.6.11Bjørn Forsman1-2/+2
From https://github.com/sitaramc/gitolite/blob/master/CHANGELOG: 2019-01-08 v3.6.11 fix security issue in 'rsync' (bundle helper); see commit 5df2b81 for more
2019-01-16gitolite: change patchPhase to postPatchBjørn Forsman1-1/+1
Overriding patchPhase is bad practice, it prevents customizing the package with "patches = []".
2018-10-17gitolite 3.6.7 -> 3.6.10 (#48562)Lassulus1-3/+3
2018-01-27gitolite: 3.6.3 -> 3.6.7Tom Bereknyei1-6/+9
2016-05-04use dontBuild instead of hacksRobin Gloster1-1/+2
changes: * buildPhase = "true" * buildPhase = ":"
2015-05-10gitolite: v3.6.2 -> v3.6.3lassulus1-5/+7
2015-01-29version-management/gitolite: Bump version 3.6.1 -> 3.6.2Edward O'Callaghan1-2/+2
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2014-07-13gitolite: fix aborted build due to non-deterministic fetchgitLuca Bruno1-14/+12
2014-06-26gitolite: fix default update hooksAustin Seipp1-1/+8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-25Fix gitolite docsAustin Seipp1-1/+1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-25gitolite: 3.6.1Austin Seipp1-0/+30
Signed-off-by: Austin Seipp <aseipp@pobox.com>