chore: drop stale Hetzner-pointing helpers #77

Merged
pat-s merged 1 commit from pr/drop-stale-hetzner-helpers into main 2026-06-08 08:29:41 +00:00
Owner

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.

## 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.
Justfile and local/manual-package-index-update.R both targeted the
old Hetzner S3 endpoint (hel1.your-objectstorage.com, bucket
devxy-r-package-binaries-hel1) and the HETZNER_S3_*_K3S env vars.
Storage moved to Backblaze a while ago, so anyone running these
would write to the wrong place or just fail.

No callers in-tree; deleting outright. A manual one-off rebuild
can call bincraft::upload_package_index() directly with the
current Backblaze settings.
pat-s merged commit fb95042d16 into main 2026-06-08 08:29:41 +00:00
pat-s deleted branch pr/drop-stale-hetzner-helpers 2026-06-08 08:29:41 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
devxy/build-cran-binaries!77
No description provided.