summaryrefslogtreecommitdiffstats
path: root/bin/lts-cve-triage.py
diff options
context:
space:
mode:
authorMike Gabriel <sunweaver@debian.org>2016-01-14 08:24:58 +0000
committerMike Gabriel <sunweaver@debian.org>2016-01-14 08:24:58 +0000
commita980dc0912618000ea3e1431487eff98d30c4c35 (patch)
treefecdafc06fc0f2d5b63376a4e6f6145f1b331114 /bin/lts-cve-triage.py
parent65bb8ef64792a17b38f56a8182aa8e46ae32dff2 (diff)
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
Diffstat (limited to 'bin/lts-cve-triage.py')
-rwxr-xr-xbin/lts-cve-triage.py8
1 files changed, 4 insertions, 4 deletions
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',

© 2014-2024 Faster IT GmbH | imprint | privacy policy