/[qa]/trunk/pts/www/bin/other_to_xml.py
ViewVC logotype

Diff of /trunk/pts/www/bin/other_to_xml.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 412 by hertzog, Wed Sep 4 07:24:28 2002 UTC revision 413 by hertzog, Mon Oct 7 12:47:11 2002 UTC
# Line 124  while 1: Line 124  while 1:
124          s_normal += normal          s_normal += normal
125          s_wishlist += wishlist          s_wishlist += wishlist
126          s_fixed += fixed          s_fixed += fixed
127        if (pkg not in binlist): # Source package needs to be counted too
128            (rc, normal, wishlist, fixed) = bugs.get(pkg, ["0","0","0","0"])
129            s_rc += string.atoi(rc)
130            s_normal += string.atoi(normal)
131            s_wishlist += string.atoi(wishlist)
132            s_fixed += string.atoi(fixed)
133    
134      elt.setAttribute("rc", "%d" % s_rc)      elt.setAttribute("rc", "%d" % s_rc)
135      elt.setAttribute("normal", "%d" % s_normal)      elt.setAttribute("normal", "%d" % s_normal)
136      elt.setAttribute("wishlist", "%d" % s_wishlist)      elt.setAttribute("wishlist", "%d" % s_wishlist)

Legend:
Removed from v.412  
changed lines
  Added in v.413

  ViewVC Help
Powered by ViewVC 1.1.5