aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/subversion/templates/hook_sendmail.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl
index 81b786d2..cf3be6a4 100644
--- a/modules/subversion/templates/hook_sendmail.pl
+++ b/modules/subversion/templates/hook_sendmail.pl
@@ -8,7 +8,7 @@
with-diff: 1
max_diff_length: 20000
ticket_map:
- '\bmga#(\d+)\b': 'https://bugs.mageia.org/show_bug.cgi?id=%s'
+ '(\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 %>
@@ -24,7 +24,7 @@
with-diff: 1
max_diff_length: 20000
ticket_map:
- '\bmga#(\d+)\b': 'https://bugs.mageia.org/show_bug.cgi?id=%s'
+ '(\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 %>