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
commit673048a01c1c5a080bb57284d95a71468e04bea8 (patch)
tree270ca4e47303a3fa36282756befb40c9d148fc15 /bin
parent77bfee3b801bf9093a4217b0fe5382249e5820e7 (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