diff -r 60db1090095b -r 300b902b5461 CrashTest.conf --- a/CrashTest.conf Sat Apr 06 22:50:55 2013 +0200 +++ b/CrashTest.conf Sun Apr 07 00:02:00 2013 +0200 @@ -1,9 +1,19 @@ { - DataDir => 'data/', - MinidumpStackwalkJSON => './stackwalker', - SymbolsPath => 'breakpad-debug-symbols/*', - Storage => "CrashTest::Storage::FileSystem", - DecodeQueue => "CrashTest::Decode::Queue::NoQueue", + 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 =%>', },