diff options
-rw-r--r-- | modules/subversion/templates/hook_sendmail.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl index 6abc441f..81b786d2 100644 --- a/modules/subversion/templates/hook_sendmail.pl +++ b/modules/subversion/templates/hook_sendmail.pl @@ -7,6 +7,8 @@ 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: subversion_noreply@ml.<%= @domain %> @@ -21,6 +23,8 @@ 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: subversion_noreply@ml.<%= @domain %> |