summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2021-03-07 10:44:21 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2021-08-12 10:30:53 +0200
commita2410e257f611b5c0c33cd17a948f95fae46f220 (patch)
treebf8d2b61dee61b7ec5e9bf221dd7f7cbc9d0a3e7 /bin
parent0e46a250dc483209d941c56f74b3b559bd0cca71 (diff)
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 <carnil@debian.org>
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 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 ] || {

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