diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-15T00·05+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-15T00·38+0000 |
commit | a577fd83d63306381f37085a1999c16ca3d19a7b (patch) | |
tree | 390fb79f7a6f24e0f921e1734b47c1126a0cb589 /third_party/gerrit_plugins/default.nix | |
parent | c7659b4f45c52e75c152ac15a1bec1d1e2547515 (diff) |
chore(monorepo-gerrit): Remove 'owners-autoassign' plugin r/961
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 <rikingcoding@gmail.com>
Diffstat (limited to 'third_party/gerrit_plugins/default.nix')
-rw-r--r-- | third_party/gerrit_plugins/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix index ba0ea3f2bbba..932b98c35660 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"; }; } |