| author | Vincent Tondellier <tonton+hg@team1664.org> |
| Wed, 02 May 2012 22:08:57 +0200 | |
| changeset 5 | 2f224f085623 |
| parent 3 | 2ff78fe4abda |
| child 17 | c91535b1db3e |
| 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/*', |
|
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
5 |
ScmLinks => {
|
|
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
6 |
"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
|
7 |
}, |
| 0 | 8 |
}; |