From Mageia wiki
Jump to: navigation, search


Drakconf multiflag.png
Other languages
Deutsch ; English ; français ;

Monitoring bug reports, means answering questions like:

  • How many new bug reports were filed
  • How many were invalid
  • How many were assigned
  • How many were reported against which release
  • How long does it take for assigned bugs to get fixed
  • Which packages have most non-duplicate bug reports against them

The collected information is then shared with the council and/or appropriate teams, so that action can be taken, when needed, or for everyone to know everything is going very well

Tools:

,(for getting the big list: "curl -l ftp://ftp.kde.org/pub/kde/unstable/4.8.97/src/ | while read toto; do sed s/\-4.8.97.tar.xz/\|/ | tr -d '\n'; done")

w3m -T text/html -dump "https://bugs.mageia.org/report.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_id_type=anyexact&chfieldfrom=&chfieldto=Now&chfieldvalue=&email1=&email2=&emailassigned_to1=1&emailassigned_to2=1&emailcc2=1&emailqa_contact2=1&emailreporter2=1&emailtype1=substring&emailtype2=substring&field0-0-0=noop&keywords=&keywords_type=allwords&longdesc=&longdesc_type=allwordssubstr&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type0-0-0=noop&value0-0-0=&x_axis_field=&y_axis_field=reporter&z_axis_field=&width=600&height=350&action=wrap&ctype=csv&format=table" |sort -t"," -k2n

Go to the Bug Squad Portal