feat(ci): purge CDN cache after process-updates runs #71
Loading…
Reference in a new issue
No description provided.
Delete branch "pr/cdn-purge-process-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
process_cran_updates()ends withupload_package_index(), refreshingsrc/contrib/PACKAGES{,.gz,.rds,.db}in S3 — but no CDN purge follows.update-package-index-*chain, so between cron runs the edge kept serving stale indexes. A binary that landed in S3 was effectively invisible toinstall.packages()until the index-update chain caught up.Adds the same
Purge CDN cachestep thatupdate-package-index-*already uses, parameterized per platform/arch. The script and image are unchanged.