CrashTest.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Sat, 06 Apr 2013 21:08:10 +0200
changeset 17 c91535b1db3e
parent 3 2ff78fe4abda
child 19 300b902b5461
permissions -rw-r--r--
Move the decoding to a module, and had config to choose which module

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