equal
deleted
inserted
replaced
1 { |
1 { |
2 DataDir => 'data/', |
2 DataDir => 'data/', |
3 MinidumpStackwalkJSON => './stackwalker', |
3 MinidumpStackwalkJSON => './stackwalker', |
4 SymbolsPath => 'breakpad-debug-symbols/*', |
4 SymbolsPath => 'breakpad-debug-symbols/*', |
|
5 Storage => "CrashTest::Storage::FileSystem", |
|
6 DecodeQueue => "CrashTest::Decode::Queue::NoQueue", |
5 ScmLinks => { |
7 ScmLinks => { |
6 "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
8 "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
7 }, |
9 }, |
8 }; |
10 }; |