From 62cfdae717e457d56e48a86e530aab21b041051e Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 7 Apr 2019 22:03:51 +0200 Subject: List packages from oldstable and stable for dsa-needed list Include in listing the oldstable distribution by enable the boolean value include_oldstable to true and enable the including logic. --- 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 e0a8d467bf..7c71d1cc75 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