diff -r 1a1cf5c35cfb -r debc3c566994 CrashTest.conf --- a/CrashTest.conf Thu Jul 31 00:05:00 2014 +0200 +++ b/CrashTest.conf Sat Aug 02 23:48:50 2014 +0200 @@ -5,14 +5,19 @@ }, Storage => { Type => "CrashTest::Storage::FileSystem", - DataDir => 'data/' + DataDir => 'data/', }, +# Storage => { +# Type => "CrashTest::Storage::Sql", +# DSN => "dbi:SQLite:dbname=data/db.sqlite", +# DataDir => 'data/', +# }, DecodeQueue => { Type => "CrashTest::Decode::Queue::NoQueue" }, # DecodeQueue => { # Type => "CrashTest::Decode::Queue::Gearman", -# GearmanServers => [ 'localhost:4730' ] +# GearmanServers => [ 'localhost:4730' ], # }, ScmLinks => { "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',