commit and CI notifications to mattermost/IRC #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
either:
2ca222033c/app/webhook.go
(see https://github.com/mattermost/mattermost-server/issues/2017)Solution 1. is probably faster to do and it is less bloated, and we should be able to use
package = pkgs.mattermost.overrideAttrs(...)
inconfiguration.nix
to automatically apply the patch and recompile when mattermost is updated.I arbitrarily chose solution 2 due to a much smaller codebase.
I added to the nixbld configuration with a vhost of
hooks.m-labs.hk
. You need to add a DNS entry for this one. Alternatively, we could add this with alocation
in another nginx vhost. One vhost per service looks more clear to me.You need to edit the
nixbld-etc-nixos/mattermost-github-integration/config.py
. (I cannot setup mattermost integrations, or can I?)Note that there is a
SECRET
in thatconfig.py
which should probably not be public.Thanks