| author | Vincent Tondellier <tonton+hg@team1664.org> |
| Thu, 07 Aug 2014 23:51:40 +0200 | |
| changeset 35 | 093ea107a96f |
| parent 24 | b69b7aa98a1d |
| child 57 | cebbfcd7deff |
| permissions | -rw-r--r-- |
| 0 | 1 |
{
|
|
19
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
2 |
Dumper => {
|
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
3 |
JSONStackwalker => './stackwalker', |
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
4 |
SymbolsPath => 'breakpad-debug-symbols/*', |
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
5 |
}, |
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
6 |
Storage => {
|
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
7 |
Type => "CrashTest::Storage::FileSystem", |
|
24
b69b7aa98a1d
Add basic SQL Storage
Vincent Tondellier <tonton+hg@team1664.org>
parents:
19
diff
changeset
|
8 |
DataDir => 'data/', |
|
19
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
9 |
}, |
|
24
b69b7aa98a1d
Add basic SQL Storage
Vincent Tondellier <tonton+hg@team1664.org>
parents:
19
diff
changeset
|
10 |
# Storage => {
|
|
b69b7aa98a1d
Add basic SQL Storage
Vincent Tondellier <tonton+hg@team1664.org>
parents:
19
diff
changeset
|
11 |
# Type => "CrashTest::Storage::Sql", |
|
b69b7aa98a1d
Add basic SQL Storage
Vincent Tondellier <tonton+hg@team1664.org>
parents:
19
diff
changeset
|
12 |
# DSN => "dbi:SQLite:dbname=data/db.sqlite", |
|
b69b7aa98a1d
Add basic SQL Storage
Vincent Tondellier <tonton+hg@team1664.org>
parents:
19
diff
changeset
|
13 |
# DataDir => 'data/', |
|
b69b7aa98a1d
Add basic SQL Storage
Vincent Tondellier <tonton+hg@team1664.org>
parents:
19
diff
changeset
|
14 |
# }, |
|
19
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
15 |
DecodeQueue => {
|
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
16 |
Type => "CrashTest::Decode::Queue::NoQueue" |
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
17 |
}, |
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
18 |
# DecodeQueue => {
|
|
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
19 |
# Type => "CrashTest::Decode::Queue::Gearman", |
|
24
b69b7aa98a1d
Add basic SQL Storage
Vincent Tondellier <tonton+hg@team1664.org>
parents:
19
diff
changeset
|
20 |
# GearmanServers => [ 'localhost:4730' ], |
|
19
300b902b5461
Reorganize config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
17
diff
changeset
|
21 |
# }, |
|
3
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
22 |
ScmLinks => {
|
|
2ff78fe4abda
Create helper to shorten signatures and create links to the repository
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
23 |
"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
|
24 |
}, |
| 0 | 25 |
}; |