Author: fw
Date: 2005-12-16 09:43:24 +0000 (Fri, 16 Dec 2005)
New Revision: 3071
Modified:
bin/tracker_service.py
Log:
bin/tracker_service.py (TrackerService.page_home):
Update to include oldstable.
Modified: bin/tracker_service.py
==================================================================---
bin/tracker_service.py 2005-12-16 09:32:53 UTC (rev 3070)
+++ bin/tracker_service.py 2005-12-16 09:43:24 UTC (rev 3071)
@@ -122,12 +122,14 @@
should be fine."""),
make_menu(
url.scriptRelative,
+ (''status/release/unstable'',
+ ''Vulnerable packages in the unstable suite''),
+ (''status/release/testing'',
+ ''Vulnerable packages in the testing suite''),
(''status/release/stable'',
''Vulnerable packages in the stable suite''),
- (''status/release/testing'',
- ''Vulnerable packages in the testing suite''),
- (''status/release/unstable'',
- ''Vulnerable packages in the unstable suite''),
+ (''status/release/oldstable'',
+ ''Vulnerable packages in the oldstable suite''),
(''status/dtsa-candidates'', "Candidates for
DTSAs"),
(''status/todo'', ''TODO items''),
(''status/itp'', ''ITPs with potential
security issues''),