I've cloned the git-multimail repo on my server, symlinked post-receive
and git_multimail.py
to ~/.gitolite/hooks/
Then ran gitolite setup --hooks-only
In my gitolite-admin/conf/gitolite.conf
I've added:
repo gitolite-admin
config multimailhook.environment = gitolite
config multimailhook.mailingList = 'list@example.com'
config multimailhook.refchangelist = user@example.com,user@example.com
RW+ = user
And enabled in ~/.gitolite.rc
:
GIT_CONFIG_KEYS => 'multimail.*',
Sendmail is properly delivering my other emails.
I'm expecting mails on commits, but nothing happens. How to debug this?
I can see that there's an option to enable logging to sys.stdout
in post-receive
, but where can I see the logs?