]> git.pld-linux.org Git - packages/apport.git/blob - apport-crashdb.patch
- 0.108.1
[packages/apport.git] / apport-crashdb.patch
1 --- apport-0.108/crashdb.conf~  2007-07-14 17:59:18.000000000 +0300
2 +++ apport-0.108/crashdb.conf   2008-04-24 13:20:32.000000000 +0300
3 @@ -1,12 +1,17 @@
4  # map crash database names to CrashDatabase implementations and URLs
5  
6 -default = 'ubuntu'
7 +default = 'pld'
8  
9  databases = {
10      'ubuntu': { 
11          'impl': 'launchpad',
12          'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
13 -       'distro': 'ubuntu'
14 +               'distro': 'ubuntu'
15 +    },
16 +    'pld': { 
17 +        'impl': 'launchpad',
18 +        'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
19 +               'distro': 'pld-linux'
20      },
21      'fedora': {
22           # NOTE this will change Fall '07 when RHT switches to bugzilla 3.x!
This page took 0.040605 seconds and 3 git commands to generate.