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
commit14db438247cc32e3c5aa3c56945c2b0c56778a48 (patch)
tree7aa19ef388235b64af6e23b4906112700ef40792 /bin
parent497b8d541e583a97cbb1a6f27391b54582c28ac7 (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