Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-06-30 17:58:47 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-07-10 15:47:33 +0300
commit4e30ad12b5bebb1ffa0b1ca65dd9c3a255632395 (patch)
tree72b914f5d2d582a0a0edb4b780009f5df59e4575
parenta8331e01fec619db68298b3760851c6180dea5cb (diff)
Wind forward deprecated solib age threshold
-rwxr-xr-xcalm/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/package.py b/calm/package.py
index 32b4d31..14295af 100755
--- a/calm/package.py
+++ b/calm/package.py
@@ -1431,7 +1431,7 @@ def mark_package_fresh(packages, p, v, mark=Freshness.fresh):
# construct a move list of stale packages
#
-SO_AGE_THRESHOLD_YEARS = 10
+SO_AGE_THRESHOLD_YEARS = 5
def stale_packages(packages):