Modify ↓
Ticket #408 (new defect)
bugtracker handling complains about launchpad bugs
| Reported by: | robertc@… | Owned by: | thomas |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2.8 |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
<bug-database rdf:resource="https://bugs.launchpad.net/pyjunitxml"/>
.. moap doap -f project.doap bug No known bug tracker found at https://bugs.launchpad.net/pyjunitxml
What does this mean?
Attachments
Note: See
TracTickets for help on using
tickets.

That error should probably (dynamically) list the bug trackers moap currently knows about. moap knows about bugzilla and trac atm.
As for a launchpad implementation: Look at moap/bug/bug.py for the base class to implement, and moap/bug/trac.py and moap/bug/bugzilla.py for ideas. The interface is not yet set in stone since there are many features I'd still want to add, but it's a start!
Let me know if you need help.