[Secure-testing-commits] r30531 - bin

Holger Levsen holger at moszumanska.debian.org
Thu Dec 4 10:16:41 UTC 2014


Author: holger
Date: 2014-12-04 10:16:41 +0000 (Thu, 04 Dec 2014)
New Revision: 30531

Modified:
   bin/tracker_service.py
Log:
improve labels for <no-dsa> and <needs checking> in suite overview

Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py	2014-12-04 09:01:03 UTC (rev 30530)
+++ bin/tracker_service.py	2014-12-04 10:16:41 UTC (rev 30531)
@@ -35,12 +35,12 @@
                            ('local', 'hide local scope', 'scope'),
                            ('unclear', 'hide unclear scope', 'scope'),
 
-                           ('undetermined_issues', 'needs to be checked (will be shown in purple)', 'extra'),]
+                           ('undetermined_issues', 'include issues to be checked (shown in purple)', 'extra'),]
 
     def __init__(self, params, nonodsa=False):
         self.action_list = self.default_action_list
         if not nonodsa:
-            self.action_list = self.default_action_list +  [('nodsa', 'no DSA', 'extra')]
+            self.action_list = self.default_action_list +  [('nodsa', 'include issues tagged <no-dsa>', 'extra')]
         self.params = {}
         for (prop, desc, field) in self.action_list:
             self.params[prop] = int(params.get(prop, (0,))[0])




More information about the Secure-testing-commits mailing list