diff options
author | Dan Fandrich <danf@mageia.org> | 2024-02-13 08:46:15 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-02-13 08:47:41 -0800 |
commit | 91628ccea644a422276e1a369251d35cbee0b67e (patch) | |
tree | cc35921ea91fcca2da05da3cdb4627f1520c0dbf /modules | |
parent | f3f49a26f2f820c9041345c3001a136de289d8f7 (diff) | |
download | puppet-91628ccea644a422276e1a369251d35cbee0b67e.tar puppet-91628ccea644a422276e1a369251d35cbee0b67e.tar.gz puppet-91628ccea644a422276e1a369251d35cbee0b67e.tar.bz2 puppet-91628ccea644a422276e1a369251d35cbee0b67e.tar.xz puppet-91628ccea644a422276e1a369251d35cbee0b67e.zip |
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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/subversion/templates/hook_sendmail.pl | 2 |
1 files changed, 0 insertions, 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 %> |