From a980dc0912618000ea3e1431487eff98d30c4c35 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 14 Jan 2016 08:24:58 +0000 Subject: bin/lts-cve-triage.py: Move triage_other down in the list of issue categories. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38898 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- bin/lts-cve-triage.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/lts-cve-triage.py') diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py index 6cfed61888..58f09fdde7 100755 --- a/bin/lts-cve-triage.py +++ b/bin/lts-cve-triage.py @@ -28,12 +28,12 @@ LIST_NAMES = ( '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_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)), + ('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)'), ('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', -- cgit v1.2.3