summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-07-29 14:13:38 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-07-29 14:16:09 +0200
commit4166e521c09ea560b7643e48b4deb7004048985e (patch)
tree78b7a7548063bc7d3f89fb0e6137fabdcc3a87b5 /bin
parent376919ea9edadd348c4c4e2e078990185000f4d3 (diff)
unsupported_packages: remove default Debian version
The recent bump should have been to 9, but rather than fixing that, let's just remove the default version and make users set it to avoid further mistakes. The only current user is lts-cve-triage which properly sets the version to 9.
Diffstat (limited to 'bin')
-rw-r--r--bin/unsupported_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unsupported_packages.py b/bin/unsupported_packages.py
index 5fa8f18bd3..0f68305c67 100644
--- a/bin/unsupported_packages.py
+++ b/bin/unsupported_packages.py
@@ -49,7 +49,7 @@ class UnsupportedPackages(DebSecSupport):
URL = "https://salsa.debian.org/debian/debian-security-support/raw/master/security-support-ended.deb{}"
CACHED_DATA_PATH = "~/.cache/security-support-ended.deb{}"
- def __init__(self, debian_version=8, update_cache=True):
+ def __init__(self, debian_version, update_cache=True):
self.debian_version = debian_version
self.url = self.URL.format(self.debian_version)

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