ma cgit: disable irc hook
This commit is contained in:
parent
cd276a21f2
commit
1f8ad80695
@ -53,15 +53,6 @@ let
|
|||||||
make-krebs-repo = with git; name: { cgit ? {}, ... }: {
|
make-krebs-repo = with git; name: { cgit ? {}, ... }: {
|
||||||
inherit cgit name;
|
inherit cgit name;
|
||||||
public = true;
|
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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user