| author | Vincent Tondellier <tonton+hg@team1664.org> |
| Sat, 06 Apr 2013 22:50:55 +0200 | |
| changeset 18 | 60db1090095b |
| parent 17 | c91535b1db3e |
| child 19 | 300b902b5461 |
| permissions | -rw-r--r-- |
| 0 | 1 |
{
|
2 |
DataDir => 'data/', |
|
3 |
MinidumpStackwalkJSON => './stackwalker', |
|
|
3
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
4 |
SymbolsPath => 'breakpad-debug-symbols/*', |
|
17
c91535b1db3e
Move the decoding to a module, and had config to choose which module
Vincent Tondellier <tonton+hg@team1664.org>
parents:
3
diff
changeset
|
5 |
Storage => "CrashTest::Storage::FileSystem", |
|
c91535b1db3e
Move the decoding to a module, and had config to choose which module
Vincent Tondellier <tonton+hg@team1664.org>
parents:
3
diff
changeset
|
6 |
DecodeQueue => "CrashTest::Decode::Queue::NoQueue", |
|
3
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
7 |
ScmLinks => {
|
|
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
8 |
"svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
|
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
9 |
}, |
| 0 | 10 |
}; |