]> git.pld-linux.org Git - packages/apport.git/commitdiff
- add pld-linux in LP, and make it default
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Apr 2008 10:30:07 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apport-crashdb.patch -> 1.1

apport-crashdb.patch [new file with mode: 0644]

diff --git a/apport-crashdb.patch b/apport-crashdb.patch
new file mode 100644 (file)
index 0000000..1490109
--- /dev/null
@@ -0,0 +1,22 @@
+--- apport-0.108/crashdb.conf~ 2007-07-14 17:59:18.000000000 +0300
++++ apport-0.108/crashdb.conf  2008-04-24 13:20:32.000000000 +0300
+@@ -1,12 +1,17 @@
+ # map crash database names to CrashDatabase implementations and URLs
+-default = 'ubuntu'
++default = 'pld'
+ databases = {
+     'ubuntu': { 
+         'impl': 'launchpad',
+         'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
+-      'distro': 'ubuntu'
++              'distro': 'ubuntu'
++    },
++    'pld': { 
++        'impl': 'launchpad',
++        'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
++              'distro': 'pld-linux'
+     },
+     'fedora': {
+          # NOTE this will change Fall '07 when RHT switches to bugzilla 3.x!
This page took 0.056428 seconds and 4 git commands to generate.