summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2023-03-05 14:10:36 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2023-06-08 17:46:02 +0200
commit1187d7c8638ffaf2dd7a4900122fb06882d5e65e (patch)
tree6ac3b6536b1849291c0fa71ff08d769039e3bf8a /bin
parent60ee1a97c3a0ee1cab16b250222d7faa4578ced7 (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