Javier, sorry for the confusion. Apport already has support for reading
third-party configuration files, and it just occurred to me that the
existing infrastructure is sufficient. If you want *all* bug reports to
go to a project, then you should just ship a file which completely
overrides the default ubuntu database:

$ cat crashdb.conf.d/unr.conf
ubuntu = { 
    'impl': 'launchpad',
    'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
    'project': 'ubuntu-netbook-remix',
}

If you decide later that you only want bug reports for a subset of
packages, then you can change above database to have its own name (like
"unr") and use a package hook which dynamically selects between the unr
or ubuntu database depending on properties of the crash report. Let me
know if you are interested in this.

So the only thing which is still required here is to have the
"launchpad" CrashDB implementation respect the "project" option. I'm
working on this now.

-- 
Support to report to different launchpad projects to be added
https://bugs.launchpad.net/bugs/338835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to