Author: fw
Date: 2005-10-20 09:01:57 +0000 (Thu, 20 Oct 2005)
New Revision: 2481
Modified:
bin/tracker.cgi
Log:
r613@deneb: fw | 2005-10-13 22:02:21 +0200
bin/tracker.cgi (print_bug):
No longer claim that Debian is not affected when it might be.
Modified: bin/tracker.cgi
==================================================================---
bin/tracker.cgi 2005-10-20 09:01:44 UTC (rev 2480)
+++ bin/tracker.cgi 2005-10-20 09:01:57 UTC (rev 2481)
@@ -305,9 +305,7 @@
yield (make_bold("Debian Bugs"),
make_list(map(make_debian_bug, debian_bugs)))
- if bug.not_for_us:
- yield make_bold("Status"), "Debian is not
affected"
- else:
+ if not bug.not_for_us:
for (release, status, reason) in bug.getStatus(cursor):
if status <> ''fixed'':
reason = make_red(reason)