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
commit785246aee03d97bd8a50860b1d6bb3d675c99b18 (patch)
treebb1dc1cecf11b12866c4340097d3512a88c32c45 /bin/lts-cve-triage.py
parent4982fdd700e57ccedb0f173540256e6f588a01f9 (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