~ubuntu-branches/ubuntu/natty/apport/natty-proposed

« back to all changes in this revision

Viewing changes to doc/crashdb-conf.txt

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Steve Langasek, Matt Zimmerman
  • Date: 2011-02-28 12:16:22 UTC
  • mfrom: (148.1.37)
  • Revision ID: package-import@ubuntu.com-20110228121622-awfeegfk2lyyfuwf
Tags: 1.19-0ubuntu1
[ Martin Pitt ]
* New upstream release:
  - apt backend: Do not generate a warning if the opportunistically added -dbg
    package does not exist.
  - apt backend: Only add -dbg in --no-pkg mode, as there will be conflicts in
    normal package mode.
  - apt backend: Call tar with target cwd instead of using -C; the latter causes
    an extra openat() call which breaks with current fakechroot.
  - launchpad.py: Fix retracer crash if DistroRelease field does not exist.
  - Convert deprecated failIf()/assert_() TestCase method calls to
    assertFalse()/assertTrue().
  - In apport-bug, if the user specifies a PID referring to a kernel thread,
    do the right thing and file the bug against the kernel
  - In hookutils.attach_dmesg, skip over an initial truncated message if one
    is present (this happens when the ring buffer overflows)
  - Change bug patterns to just use one central file instead of per-package
    files. This allows bug patterns to be written which are not package
    specific, and is easier to maintain as well. IMPORTANT: This changed the
    format of crashdb.conf: bug_pattern_base is now obsolete, and the new
    attribute bug_pattern_url now points to the full URL/path of the patterns
    file. Thanks to Matt Zimmerman!
* debian/local/setup-apport-retracer: Drop local installation of packages,
  we now just check that they are installed in the system.
* debian/local/apport-chroot: Convert --auth argument to absolute path, as
  fakechroot needs that.

[ Steve Langasek ]
* data/general-hooks/ubuntu.py: don't collect bug reports on missing
  menu.lst - this is a user error that they need to fix up on their side.
  (LP: #668888)

[ Matt Zimmerman ]
* data/general-hooks/ubuntu.py: Add UpgradeStatus field to show if the
  system was upgraded from a previous release (and when)
* debian/apport.install: actually install the java_uncaught_exception script

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
databases = {
14
14
    'ubuntu': { 
15
15
        'impl': 'launchpad',
16
 
        'bug_pattern_base': 'http://people.canonical.com/~pitti/bugpatterns',
 
16
        'bug_pattern_url': 'http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml',
17
17
        'distro': 'ubuntu'
18
18
    },
19
19
}
56
56
databases = {
57
57
    'ubuntu': { 
58
58
        'impl': 'launchpad',
59
 
        'bug_pattern_base': 'http://people.canonical.com/~pitti/bugpatterns',
 
59
        'bug_pattern_url': 'http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml',
60
60
        'distro': 'ubuntu'
61
61
    },
62
62
    'mydatabase': {