/[adm]/puppet/modules/subversion/templates/hook_sendmail.pl
ViewVC logotype

Contents of /puppet/modules/subversion/templates/hook_sendmail.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1571 - (show annotations) (download)
Mon May 2 15:44:25 2011 UTC (12 years, 11 months ago) by misc
File MIME type: text/plain
File size: 510 byte(s)
- add hooks to send mail to i18n ml

1 #!/usr/bin/perl -MSVN::Notify::Config=$0
2 --- #YAML:1.0
3
4 '':
5 PATH: "/usr/bin:/usr/local/bin"
6 handler: Alternative
7 alternative: HTML::ColorDiff
8 with-diff: 1
9 max_diff_length: 20000
10 from: root@<%= domain %>
11 to:
12 <%- commit_mail.each do |mail| -%>
13 - <%= mail %>
14 <%- end -%>
15 <%- if i18n_mail -%>
16 '.*\.pot$':
17 PATH: "/usr/bin:/usr/local/bin"
18 handler: Alternative
19 alternative: HTML::ColorDiff
20 with-diff: 1
21 max_diff_length: 20000
22 from: root@<%= domain %>
23 to: <%= i18n_mail %>
24 <%- end -%>

  ViewVC Help
Powered by ViewVC 1.1.30