From a577fd83d63306381f37085a1999c16ca3d19a7b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 15 Jun 2020 01:05:20 +0100 Subject: chore(monorepo-gerrit): Remove 'owners-autoassign' plugin This plugin just blindly assigns everyone and, as q3k has already pointed out, just isn't particularly useful. We might want to roll our own, for example: 19: 40:41 <+Remosi> I want the virtual owner thing, we could call it Gerrit Workgroup Synthesizer Queuing, or gwsq for short. Change-Id: Ib12a921ae4047ac6a734035dd0900c8964fb12d8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/350 Reviewed-by: riking --- third_party/gerrit_plugins/default.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'third_party') diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix index ba0ea3f2bb..932b98c356 100644 --- a/third_party/gerrit_plugins/default.nix +++ b/third_party/gerrit_plugins/default.nix @@ -7,10 +7,4 @@ in { url = "https://storage.googleapis.com/tazjins-data/tvl/owners_3.2.jar"; sha256 = "1xw1q3g0353aw5jqxp69n85f8y57l2p51np37n8r34kzbn5r4iz7"; } // { name = "owners"; }; - - # https://gerrit.googlesource.com/plugins/owners - owners-autoassign = fetchurl { - url = "https://storage.googleapis.com/tazjins-data/tvl/owners-autoassign_3.2.jar"; - sha256 = "1yr6rpzlac2kdxagjk8mfw6fj66fsn31v5h03bi129ri29ikppql"; - } // { name = "owners-autoassign"; }; } -- cgit 1.4.1