CrashTest.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Wed, 25 Jun 2014 00:16:09 +0200
changeset 21 fab315d8c7a8
parent 19 300b902b5461
child 24 b69b7aa98a1d
permissions -rw-r--r--
Added tag 0.0.1 for changeset e9c1591a4f54

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