/[secure-testing]/bin/tracker_service.py
ViewVC logotype

Diff of /bin/tracker_service.py

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

revision 3079 by fw, Sat Dec 17 11:57:44 2005 UTC revision 3080 by fw, Sat Dec 17 11:58:49 2005 UTC
# Line 282  data source.""")], Line 282  data source.""")],
282                  for (release, status, reason) in bug.getStatus(cursor):                  for (release, status, reason) in bug.getStatus(cursor):
283                      if status <> 'fixed':                      if status <> 'fixed':
284                          reason = self.make_red(reason)                          reason = self.make_red(reason)
285                      yield B('%s status' % release), reason                      yield B('Debian/%s' % release), reason
286    
287          page.append(make_table(gen_header()))          page.append(make_table(gen_header()))
288    

Legend:
Removed from v.3079  
changed lines
  Added in v.3080

  ViewVC Help
Powered by ViewVC 1.1.5