summaryrefslogtreecommitdiffstats
path: root/bin/add-dsa-needed.sh
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
commit32b09925dc35513df846d8f90b6e7cf7ac9afe01 (patch)
treeeb91e4a148dac9b249809a0cbe8d8774e5af6a00 /bin/add-dsa-needed.sh
parent436447a05495d27eb3fe6ba06fb5d451d64f25e9 (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/add-dsa-needed.sh')
-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