On 08/12/2014 08:03 PM, Lukas Fleischer wrote:
On Wed, 13 Aug 2014 at 00:36:16, Gerardo Exequiel Pozzi wrote:
[...] Now, there is a traceback while pushing:
remote: Traceback (most recent call last): remote: File "hooks/post-receive", line 59, in <module> remote: environment = git_multimail.GenericEnvironment(config=config) remote: File "/usr/share/git/hooks/multimail/git_multimail.py", line 1934, in __init__ remote: super(ProjectdescEnvironmentMixin, self).__init__(**kw) remote: File "/usr/share/git/hooks/multimail/git_multimail.py", line 1828, in __init__ remote: **kw remote: File "/usr/share/git/hooks/multimail/git_multimail.py", line 1799, in __init__ remote: config=config, **kw remote: File "/usr/share/git/hooks/multimail/git_multimail.py", line 1894, in __init__ remote: config, 'commitlist', 'mailinglist', remote: File "/usr/share/git/hooks/multimail/git_multimail.py", line 1923, in _get_recipients remote: 'The list of recipients for %s is not configured.\n%s' % (names[0], hint) remote: git_multimail.ConfigurationException: The list of recipients for commitlist is not configured. remote: Please set one of the following: remote: "multimailhook.commitlist" remote: "multimailhook.mailinglist"
Ok, I tweaked the configuration. Hope that fixed it.
Thanks, looks like working.
Summary of changes: archiso/initcpio/hooks/archiso | 2 +- docs/README.bootparams | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive -- The official archiso scripts repo