summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-06-20 14:01:42 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-06-20 14:01:42 +0200
commit534052cdb6258a4e7fcdc1002977b07e4770eb4d (patch)
tree5ae30d12d7e94847d58135efb9e527802415bf51 /bin
parent14cfb4c89f999cdc0cda0afd0bad7519f1e27fa4 (diff)
LTS: When checking for missing lts uploads use stretch sources
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-missing-uploads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lts-missing-uploads.py b/bin/lts-missing-uploads.py
index 4c2ef994e2..1c76c2f7b7 100755
--- a/bin/lts-missing-uploads.py
+++ b/bin/lts-missing-uploads.py
@@ -28,7 +28,7 @@ from debian.debian_support import Version
class LTSMissingUploads(object):
MONTHS = 6
- SOURCES = 'http://security.debian.org/dists/jessie/updates/main/source/Sources.gz'
+ SOURCES = 'http://security.debian.org/dists/stretch/updates/main/source/Sources.gz'
re_line = re.compile(
r'(?P<suffix>msg\d+.html).*\[DLA (?P<dla>[\d-]+)\] (?P<source>[^\s]+) security update.*'

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