From 1187d7c8638ffaf2dd7a4900122fb06882d5e65e Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 5 Mar 2023 14:10:36 +0100 Subject: List packages from oldstable and stable for dsa-needed list Include in listing the oldstable distribution by enabling the boolean value "include_oldstable" to true and so enabling the including logic later on in the script. 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 28d70af1fc..3a79b36a31 100755 --- a/bin/add-dsa-needed.sh +++ b/bin/add-dsa-needed.sh @@ -20,7 +20,7 @@ set -eu -include_oldstable=false +include_oldstable=true turl="https://security-tracker.debian.org/tracker/status/release" [ -f data/dsa-needed.txt ] || { -- cgit v1.2.3