From Fedora Project Wiki
(BugZappers/Components generation) |
|||
Line 13: | Line 13: | ||
* [[User:Mcepl/Bug_links|Random bug links]] | * [[User:Mcepl/Bug_links|Random bug links]] | ||
* [[BugZappers/BugStatusWorkFlow]] | * [[BugZappers/BugStatusWorkFlow]] | ||
* [[BugZappers/Components]] was generated with | |||
fgrep '<name>' comps.xml | fgrep -v Support | sed -e 's/.*<name>//g ; s/<\/name>//g' \ | |||
| sort | sed -e 's/^/||/ ; s/$/||/' | |||
=== X & co. === | === X & co. === |
Revision as of 15:11, 10 February 2009
Interesting links & TODO
- Camel.Search—to write Evolution Search Expression HOWTO to have at least some examples how it is supposed to work
General bug triage
- BugZappers
- Bug reporting HOWTO
- Random bug links
- BugZappers/BugStatusWorkFlow
- BugZappers/Components was generated with
fgrep '<name>' comps.xml | fgrep -v Support | sed -e 's/.*<name>//g ; s/<\/name>//g' \ | sort | sed -e 's/^/||/ ; s/$/||/'