Commit Graph

32 Commits

Author SHA1 Message Date
R. Ryantm
a69b7b563b gerrit: 3.9.1 -> 3.9.2 2024-03-22 12:36:17 +00:00
Florian Klink
0b66d757d4
Merge pull request #274402 from r-ryantm/auto-update/gerrit
gerrit: 3.8.3 -> 3.9.1
2023-12-20 12:57:00 +02:00
R. Ryantm
bd588f23b4 gerrit: 3.8.3 -> 3.9.1 2023-12-15 08:48:32 +00:00
Anderson Torres
be36b62bea gerrit: remove jammerful from meta.maintainers 2023-12-09 22:39:10 -03:00
R. Ryantm
833354eb44 gerrit: 3.8.2 -> 3.8.3 2023-11-25 13:38:58 +00:00
Florian Klink
4687df8824 gerrit: use hash instead of sha256 2023-10-11 20:33:57 +02:00
R. Ryantm
42c63359ef gerrit: 3.8.0 -> 3.8.2 2023-10-10 03:51:10 +00:00
R. Ryantm
7b1ad6d2a4 gerrit: 3.7.2 -> 3.8.0 2023-05-31 22:12:06 +00:00
R. Ryantm
34d785d29a gerrit: 3.7.1 -> 3.7.2 2023-04-29 13:13:13 +00:00
R. RyanTM
9b4d72d655
gerrit: 3.7.0 -> 3.7.1 (#221418) 2023-03-16 10:00:29 +01:00
R. Ryantm
3d03138456 gerrit: 3.6.2 -> 3.7.0 2023-01-28 19:06:53 +00:00
Thomas Gerbet
80f28828c7
gerrit: 3.5.1 -> 3.6.2 (#195630)
https://www.gerritcodereview.com/3.6.html
2022-10-12 09:58:10 +02:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
timothy
bb35948c1c
gerrit: 3.4.1 -> 3.5.1 (#166178) 2022-03-29 10:40:37 +02:00
Finn Behrens
c29f8005d0 gerrit: 3.4.0 -> 3.4.1 2021-10-01 17:15:38 +02:00
R. RyanTM
5814c4b86a gerrit: 3.3.2 -> 3.4.0 2021-06-23 14:29:49 +00:00
R. RyanTM
4f88373ed5
gerrit: 3.3.1 -> 3.3.2 (#113671) 2021-02-19 17:10:59 +01:00
Florian Klink
c0a6ee2511 gerrit: 3.2.3 -> 3.3.1
Fixes https://github.com/NixOS/nixpkgs/issues/109167
Addresses CVE-2020-8919
Addresses CVE-2020-8920
2021-01-12 23:08:43 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM
1d8caa0db0
gerrit: 3.2.2 -> 3.2.3 (#96304) 2020-08-26 15:24:21 +02:00
Florian Klink
56e63ca017 gerrit: add myself to maintainers 2020-07-13 17:41:32 +02:00
Florian Klink
34663b0fc1 gerrit: 3.1.5 -> 3.2.2 2020-07-11 15:07:54 +02:00
zimbatm
383c5d09b9
gerrit: 3.1.4 -> 3.1.5 (#89288) 2020-06-03 09:45:51 +00:00
R. RyanTM
96e2dc107f gerrit: 3.1.2 -> 3.1.4 2020-04-10 00:27:13 -07:00
zimbatm
d37a0dca13
nixos: add gerrit module
Co-authored-by: edef <edef@edef.eu>
Co-authored-by: Florian Klink <flokli@flokli.de>
2020-03-26 09:28:42 +01:00
R. RyanTM
46736ce973 gerrit: 3.0.2 -> 3.1.2 2020-01-06 06:04:09 -08:00
Milan Pässler
1d6c542b22 gerrit: 2.14.6 -> 3.0.2 2019-09-06 22:01:22 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Bjørn Forsman
c55a6eef86 gerrit: 2.14.3 -> 2.14.6 2017-12-13 16:42:33 +01:00
Jörg Thalheim
abdd0bbf4e gerrit: avoid copy of war file in build 2017-09-05 18:21:43 +01:00
Jörg Thalheim
8144460e36 gerrit: fixed-output derivation to avoid rebuilds
see also https://github.com/NixOS/nixpkgs/issues/27754#issue-246545036
for motivation.
2017-09-05 18:11:09 +01:00
jammerful
f59d3a730d gerrit: init at 2.14.3 2017-09-05 11:41:29 -04:00