summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2019-11-27 14:20:15 +0100
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-02-26 12:31:30 +0100
commitff29884c959977149ee22b347fd1e90bfba1831a (patch)
treedbe9c468e6fe712a654e61be64ffb6bf53fe57d1 /lib
parentd75d1c94897671e1d0581df7cac9f662d071bf6d (diff)
security_db: don't hardcode codenames in calls to gen_release
Diffstat (limited to 'lib')
-rw-r--r--lib/python/security_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/security_db.py b/lib/python/security_db.py
index c0ab95c869..7beef42a82 100644
--- a/lib/python/security_db.py
+++ b/lib/python/security_db.py
@@ -1736,7 +1736,7 @@ class DB:
store_value('release/1/' + release, '\n'.join(result))
- for release in ('sid', 'jessie', 'stretch', 'buster', 'bullseye'):
+ for release in config.get_supported_releases():
gen_release(release)
result = result_start

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