From 2372677a9499ccf261c18a32545edb490585b25e Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sat, 20 Jun 2020 08:00:31 +0200 Subject: add-dsa-needed: Only list packages for stable for dsa-needed list Signed-off-by: Salvatore Bonaccorso --- bin/add-dsa-needed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/add-dsa-needed.sh b/bin/add-dsa-needed.sh index 7c71d1cc75..e0a8d467bf 100755 --- a/bin/add-dsa-needed.sh +++ b/bin/add-dsa-needed.sh @@ -20,7 +20,7 @@ set -eu -include_oldstable=true +include_oldstable=false turl="https://security-tracker.debian.org/tracker/status/release" [ -f data/dsa-needed.txt ] || { -- cgit v1.2.3 From c9c09cbbfb37f51d7dcdd148a398bf018c107baa Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sat, 20 Jun 2020 14:01:42 +0200 Subject: LTS: When checking for missing lts uploads use stretch sources Signed-off-by: Salvatore Bonaccorso --- bin/lts-missing-uploads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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'(?Pmsg\d+.html).*\[DLA (?P[\d-]+)\] (?P[^\s]+) security update.*' -- cgit v1.2.3