summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/git
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-01-28 15:12:37 +0100
committermakefu <github@syntax-fehler.de>2018-01-28 15:12:37 +0100
commit1f8ad80695e93687999b8151ddd2e7f2c40b085b (patch)
tree7b504e5cdbc4c2d24e71e7947dccc7b762628a7e /makefu/2configs/git
parentcd276a21f2aa55192e072ac8339b45201066d58b (diff)
ma cgit: disable irc hook
Diffstat (limited to 'makefu/2configs/git')
-rw-r--r--makefu/2configs/git/cgit-retiolum.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/makefu/2configs/git/cgit-retiolum.nix b/makefu/2configs/git/cgit-retiolum.nix
index da246f66..eacbd99c 100644
--- a/makefu/2configs/git/cgit-retiolum.nix
+++ b/makefu/2configs/git/cgit-retiolum.nix
@@ -53,15 +53,6 @@ let
make-krebs-repo = with git; name: { cgit ? {}, ... }: {
inherit cgit name;
public = true;
- hooks = {
- post-receive = pkgs.git-hooks.irc-announce {
- nick = config.networking.hostName;
- verbose = config.krebs.build.host.name == "gum";
- channel = "#xxx";
- # TODO remove the hardcoded hostname
- server = "irc.r";
- };
- };
};