mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/tests/gerrit: Drop dead hook to LFS plugin (#347660)
This commit is contained in:
commit
23f0d0153c
1 changed files with 1 additions and 10 deletions
|
@ -1,12 +1,6 @@
|
||||||
import ./make-test-python.nix ({ pkgs, ... }:
|
import ./make-test-python.nix ({ pkgs, ... }:
|
||||||
|
|
||||||
let
|
{
|
||||||
lfs = pkgs.fetchurl {
|
|
||||||
url = "https://gerrit-ci.gerritforge.com/job/plugin-lfs-bazel-master/90/artifact/bazel-bin/plugins/lfs/lfs.jar";
|
|
||||||
sha256 = "023b0kd8djm3cn1lf1xl67yv3j12yl8bxccn42lkfmwxjwjfqw6h";
|
|
||||||
};
|
|
||||||
|
|
||||||
in {
|
|
||||||
name = "gerrit";
|
name = "gerrit";
|
||||||
|
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
|
@ -25,12 +19,9 @@ in {
|
||||||
listenAddress = "[::]:80";
|
listenAddress = "[::]:80";
|
||||||
jvmHeapLimit = "1g";
|
jvmHeapLimit = "1g";
|
||||||
|
|
||||||
plugins = [ lfs ];
|
|
||||||
builtinPlugins = [ "hooks" "webhooks" ];
|
builtinPlugins = [ "hooks" "webhooks" ];
|
||||||
settings = {
|
settings = {
|
||||||
gerrit.canonicalWebUrl = "http://server";
|
gerrit.canonicalWebUrl = "http://server";
|
||||||
lfs.plugin = "lfs";
|
|
||||||
plugins.allowRemoteAdmin = true;
|
|
||||||
sshd.listenAddress = "[::]:2222";
|
sshd.listenAddress = "[::]:2222";
|
||||||
sshd.advertisedAddress = "[::]:2222";
|
sshd.advertisedAddress = "[::]:2222";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue