CrashTest.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Wed, 02 May 2012 21:46:30 +0200
changeset 3 2ff78fe4abda
parent 0 5b78b8c79d9c
child 17 c91535b1db3e
permissions -rw-r--r--
Create helper to shorten signatures and create links to the repository browser.

{
  DataDir => 'data/',
  MinidumpStackwalkJSON => './stackwalker',
  SymbolsPath => 'breakpad-debug-symbols/*',
  ScmLinks => {
    "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
  },
};