From b094e65bfc431eaabcf6bae4446790e6a4ce94bf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 13 Jun 2020 05:59:15 +0100 Subject: feat(besadii): Adapt into a Gerrit ref-updated-hook Besadii was previously invoked as a git post-update hook, but Gerrit does not use these hooks and instead has its own concept of hooks. This change adapts besadii to be compatible with the way Gerrit hooks are invoked (arguments being passed as flags, rather than via stdin). Change-Id: I487b3a9e15810583bc5442fdc024ee2771c580cb --- ops/besadii/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ops/besadii/default.nix') diff --git a/ops/besadii/default.nix b/ops/besadii/default.nix index 31f2705d73..fc7b2286c7 100644 --- a/ops/besadii/default.nix +++ b/ops/besadii/default.nix @@ -5,8 +5,4 @@ depot.buildGo.program { name = "besadii"; srcs = [ ./main.go ]; - - x_defs = { - "main.gitBin" = "${depot.third_party.git}/bin/git"; - }; } -- cgit 1.4.1