Commit 8c50c3b
fix: populate release cache on 'show' for non-installed packages
Since #1419, get_github_releases, get_gitlab_releases, and get_website
only refresh their cache files for 'install', 'fix-installed', or
'update' (the latter only when the package is installed). As a result,
'deb-get show <pkg>' on a non-installed package that uses one of those
sources prints empty Published and Download lines — the per-package
script reads the cache to derive URL and VERSION_PUBLISHED, but the
cache was never fetched.
Adding 'show' to the action allowlist keeps the 'no cache for apps we
never install' intent in place (no change for list/prettylist/etc) while
making sure 'show' returns a complete record for any supported package.
Closes #18421 parent 02c6ea9 commit 8c50c3b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments