summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOla Lundqvist <ola@inguza.com>2022-07-14 21:39:36 +0200
committerOla Lundqvist <ola@inguza.com>2022-07-14 21:39:36 +0200
commit441a14a6d1c36932589db9d73e493523e8861bc8 (patch)
tree63369bf9daf1f2e33a7faba0d92bf1958ce57bfa /bin
parentadddba8330d910783d4c3535a471571139a92fcd (diff)
Updated lts-cve-triage.py script so that it checks for unsupported packages for buster insted of stretch. This will make future LTS front desk person less confused.
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 645d036a08..0ae205ee00 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -97,7 +97,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(debian_version=9,
+unsupported = UnsupportedPackages(debian_version=10,
update_cache=not args.skip_cache_update)
limited = LimitedSupportPackages(update_cache=not args.skip_cache_update)
# unsupport/limited package names can be regexps

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