commit and CI notifications to mattermost/IRC #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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.nixto 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 alocationin 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
SECRETin thatconfig.pywhich should probably not be public.Thanks