From a2410e257f611b5c0c33cd17a948f95fae46f220 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 7 Mar 2021 10:44:21 +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