diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-07 09:18:33 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-07 09:18:33 +0000 |
commit | 10addd5ca6995220ea3a6a00fb5af3cff1f66449 (patch) | |
tree | f8e3a916e3df04b81cf71a0dab9dcc39d55ab102 /deployment/mgagit/templates/repodef_repo.gl | |
parent | ac1da3a9e748f0df9b67aca2781e86e1e7ed665e (diff) | |
download | puppet-10addd5ca6995220ea3a6a00fb5af3cff1f66449.tar puppet-10addd5ca6995220ea3a6a00fb5af3cff1f66449.tar.gz puppet-10addd5ca6995220ea3a6a00fb5af3cff1f66449.tar.bz2 puppet-10addd5ca6995220ea3a6a00fb5af3cff1f66449.tar.xz puppet-10addd5ca6995220ea3a6a00fb5af3cff1f66449.zip |
mgagit: Convert to git multimail for notifications.
This system sends one mail per commit pushed, all threaded (i.e. as replies)
to a summary email of the push itself.
Upstream URL for git multimail is: https://github.com/mhagger/git-multimail
Diffstat (limited to 'deployment/mgagit/templates/repodef_repo.gl')
-rw-r--r-- | deployment/mgagit/templates/repodef_repo.gl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deployment/mgagit/templates/repodef_repo.gl b/deployment/mgagit/templates/repodef_repo.gl index 883ded33..10a5acfa 100644 --- a/deployment/mgagit/templates/repodef_repo.gl +++ b/deployment/mgagit/templates/repodef_repo.gl @@ -2,8 +2,7 @@ repo [% repo %] RW master$ = [% r.repos.$repo.maintainer %] RW+ user/USER/ = @all R = @all - config hooks.mailinglist = "sysadmin-commits@ml.mageia.org" - config hooks.emailprefix = "[[% repo %]] " - config hooks.envelopesender = "root@mageia.org" - config hooks.showrev = "/usr/local/bin/mgagit-format-commit-email %s" + config multimailhook.mailinglist = "sysadmin-commits@ml.mageia.org" + config multimailhook.emailDomain = "mageia.org" + config multimailhook.envelopeSender = "root@mageia.org" config gitweb.description = "[% r.repos.$repo.description %]" |