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
commitb8bdcdca8e410090261f689f1ce310149bbe56c3 (patch)
treeab4d7a9f542ba933c68308b75340de667ad0cfe3 /bin
parentafad6d6bc4fc63787bb77c426944232abf3d7840 (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