summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2019-04-07 22:03:51 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2019-07-06 09:23:56 +0200
commit62cfdae717e457d56e48a86e530aab21b041051e (patch)
treefefe0a3225650a73769ac6c84e8d91582a21d775 /bin
parent190450223bdfbe56074f5828dde41126b71b4d41 (diff)
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.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/add-dsa-needed.sh2
1 files changed, 1 insertions, 1 deletions
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 ] || {

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