Skip to content

Commit

Permalink
Wind the obsolete package exipry threshold age forward
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed May 4, 2024
1 parent 8729295 commit 21a8e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ def mark_fn(packages, po, v, certain_age, obs_threshold, vault_requests):
#

SO_AGE_THRESHOLD_YEARS = 5
OBSOLETE_AGE_THRESHOLD_YEARS = 10
OBSOLETE_AGE_THRESHOLD_YEARS = 8


def stale_packages(packages, vault_requests):
Expand Down
4 changes: 2 additions & 2 deletions calm/past_mistakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
'at-spi2-atk': 'libatk-bridge2.0_0',
'idle3': 'idle39',
'lighttpd-mod_trigger_b4_dl': 'lighttpd',
'octave-octcdf': 'octave-netcdf',
'python-gi-common': 'python3-gi',
'python-pyatspi-common': 'python3-pyatspi',
'qt-gstreamer': 'libQtGStreamer1_0_0',
Expand All @@ -293,11 +294,10 @@
'python3-.*': '',
# these packages probably should be marked as self-destruct?
'mate-utils': '',
'octave-octcdf': '',
'python-twisted-debuginfo': '',
'texlive-collection-htmlxml': '',
'vte2.91': '',
'w32api': '',
# self-destruct, or need to start to exist
'cron-debuginfo': '',
'w32api': '',
}

0 comments on commit 21a8e6b

Please sign in to comment.