build-cran-binaries/local
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pat-s fb95042d16 chore: drop stale Hetzner-pointing helpers (#77)
## Summary

Both helpers still point at the old Hetzner storage:

- `Justfile` — all 3 recipes (`build-all`, `build-single`, `process-updates`) hit `hel1.your-objectstorage.com` / bucket `devxy-r-package-binaries-hel1` using `HETZNER_S3_*_K3S` env vars.
- `local/manual-package-index-update.R` — same endpoint + bucket, hardcoded into `s3fs::s3_dir_ls()` / `s3_file_delete()` calls.

Storage moved to Backblaze (`s3.eu-central-003.backblazeb2.com` / `devxy-rpkgs-binaries`) a while back, so running either of these today would write to the wrong bucket or fail outright.

No callers reference them in-tree, deleting outright. A one-off rebuild can just call `bincraft::upload_package_index()` directly with current Backblaze settings.

Reviewed-on: #77
2026-06-08 08:29:40 +00:00
..
archive-missed-pkgs.R chore: cleanup workflows 2025-06-17 21:03:49 +02:00
build-all.R fix: save S3 listing in precompute step, avoid loading s3fs in build step 2026-04-17 20:05:26 +02:00
check-cdn-cache.sh add alpine321 to scripts 2024-12-29 10:18:55 +01:00
check-NA.R update local/ scripts 2024-11-25 10:04:23 +01:00
debug-packages-writing.R feat: migrate to hel1 location 2025-04-29 16:48:57 +02:00
detect-duplicates.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
excluded-packages.json feat: add excluded-packages.json for weekly missing binaries workflow 2026-04-11 21:41:55 +02:00
fetch-rebuild-packages-from-issue.R fix: audit workflows 2026-04-21 21:54:48 +02:00
label-removed-cran-packages.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
last-processed-by-platform.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-cran-packages-db.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-cran-packages.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
missing-packages-in-index.R refactor: bincraftR -> bincraft 2025-06-08 15:39:54 +02:00
packages-to-build.R fix: save S3 listing in precompute step, avoid loading s3fs in build step 2026-04-17 20:05:26 +02:00
packages-without-any-binary.R dummy change 2025-01-11 12:02:12 +01:00
weekly-missing-binaries-audit.R fix: audit workflows 2026-04-21 21:54:48 +02:00