From 91628ccea644a422276e1a369251d35cbee0b67e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 13 Feb 2024 08:46:15 -0800 Subject: Remove the ticket_map option in hook_sendmail.pl (mga#2566) It resulted in the svnlook error: Can't use string ("\bmga#(\d+)\b=https://bugs.magei"...) as a HASH ref while "strict refs" in use at /usr/share/perl5/vendor_perl/SVN/Notify.pm line 1789. --- modules/subversion/templates/hook_sendmail.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl index 7277e330..6abc441f 100644 --- a/modules/subversion/templates/hook_sendmail.pl +++ b/modules/subversion/templates/hook_sendmail.pl @@ -7,7 +7,6 @@ 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 %> @@ -22,7 +21,6 @@ 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 %> -- cgit v1.2.1