Author: tchemit Date: 2014-03-03 12:39:09 +0100 (Mon, 03 Mar 2014) New Revision: 54 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/54 Log: refs #4626: Normalisation des forges (fix svn commit email) Modified: scripts/redmine-tools/commit-email.pl Modified: scripts/redmine-tools/commit-email.pl =================================================================== --- scripts/redmine-tools/commit-email.pl 2014-03-02 13:37:30 UTC (rev 53) +++ scripts/redmine-tools/commit-email.pl 2014-03-03 11:39:09 UTC (rev 54) @@ -342,11 +342,12 @@ if ($redminePlatform =~ /^svn-(.*)$/) { $redminePlatform = $1; + } my $redmineProject = $paths[5]; -my $redmineUrl = "http://$redminePlatform/projects/$redmineProject/repository/revisions/$rev"; +my $redmineUrl = "http://forge.$redminePlatform/projects/$redmineProject/repository/revisions/..."; # Put together the body of the log message.