[Secure-testing-commits] r38898 - bin

Mike Gabriel sunweaver at moszumanska.debian.org
Thu Jan 14 08:24:58 UTC 2016


Author: sunweaver
Date: 2016-01-14 08:24:58 +0000 (Thu, 14 Jan 2016)
New Revision: 38898

Modified:
   bin/lts-cve-triage.py
Log:
bin/lts-cve-triage.py: Move triage_other down in the list of issue categories.

Modified: bin/lts-cve-triage.py
===================================================================
--- bin/lts-cve-triage.py	2016-01-14 08:15:44 UTC (rev 38897)
+++ bin/lts-cve-triage.py	2016-01-14 08:24:58 UTC (rev 38898)
@@ -28,12 +28,12 @@
      'Issues to triage for {this_lts} that are already in dsa-needed'.format(this_lts=this_lts)),
     ('triage_likely_nodsa',
      'Issues to triage for {this_lts} that are no-dsa in {next_lts}'.format(this_lts=this_lts, next_lts=next_lts)),
+    ('triage_possible_easy_fixes',
+     'Issues not yet triaged for {}, but probably easy to fix (because already fixed in {})'.format(this_lts, next_lts)),
+    ('triage_other_not_triaged_in_next_lts',
+     'Other issues to triage for {this_lts} (not yet triaged for {next_lts})'.format(this_lts=this_lts, next_lts=next_lts)),
     ('triage_other',
      'Other issues to triage (no special status)'),
-    ('triage_other_not_triaged_in_next_lts',
-     'Other issues to triage for {this_lts} (not yet triaged for {next_lts})'.format(this_lts=this_lts, next_lts=next_lts)),
-    ('triage_possible_easy_fixes',
-     'Issues not yet triaged for {}, but probably easy to fix (because already fixed in {})'.format(this_lts, next_lts)),
     ('unexpected_nodsa',
      'Issues tagged no-dsa in {this_lts} that are open in {next_lts}'.format(this_lts=this_lts, next_lts=next_lts)),
     ('possible_easy_fixes',




More information about the Secure-testing-commits mailing list