summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSylvain Beucler <beuc@beuc.net>2019-07-02 10:22:31 +0200
committerSylvain Beucler <beuc@beuc.net>2019-07-02 10:22:31 +0200
commit9e8c494a829d2f81e57484c2a2b07137b6aefa6a (patch)
treef81a01ce580891521ec51447544646f54509c870 /bin
parent8714f7269fdd2fe4284a6d43e92b8e106333e5c5 (diff)
lts-cve-triage: use jessie's (not wheezy's) unsupported packages list
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-cve-triage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index 7ac5c39a1f..86629a62c2 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -78,7 +78,7 @@ parser.add_argument('--exclude', nargs='+', choices=[x[0] for x in LIST_NAMES],
args = parser.parse_args()
tracker = TrackerData(update_cache=not args.skip_cache_update)
-unsupported = UnsupportedPackages(update_cache=not args.skip_cache_update)
+unsupported = UnsupportedPackages(debian_version=8, update_cache=not args.skip_cache_update)
limited = LimitedSupportPackages(update_cache=not args.skip_cache_update)

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