diff options
-rw-r--r-- | modules/subversion/templates/hook_sendmail.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl index 286678be..8572070f 100644 --- a/modules/subversion/templates/hook_sendmail.pl +++ b/modules/subversion/templates/hook_sendmail.pl @@ -7,6 +7,9 @@ alternative: HTML::ColorDiff with-diff: 1 max_diff_length: 20000 + ticket_map: "\bmga#(\d+)\b=https://bugs.mageia.org/show_bug.cgi?id=%s" + revision-url: "https://svnweb.mageia.org/packages/?revision=%s&view=revision" + subject_cx: 1 from: root@<%= @domain %> to: <%- commit_mail.each do |mail| -%> @@ -19,6 +22,9 @@ alternative: HTML::ColorDiff with-diff: 1 max_diff_length: 20000 + ticket_map: "\bmga#(\d+)\b=https://bugs.mageia.org/show_bug.cgi?id=%s" + revision-url: "https://svnweb.mageia.org/packages/?revision=%s&view=revision" + subject_cx: 1 from: root@<%= @domain %> to: <%= i18n_mail %> <%- end -%> |