Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
56d26ef59c |
|||
|
8eacc0ab47 |
|||
| ca336c2720 |
1 changed files with 13 additions and 0 deletions
13
CLAUDE.md
Normal file
13
CLAUDE.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# CLAUDE.md
|
||||
|
||||
CI pipelines (Crow, in `.crow/`) that build R binaries and upload them to Backblaze B2.
|
||||
|
||||
## Conventions
|
||||
|
||||
- **PRs:** the remote is Forgejo on `git.devxy.io`; use `fj -H git.devxy.io` (not `gh`).
|
||||
- **Storage:** Backblaze B2 bucket `devxy-r-builds` (endpoint configured in `.crow/build.yaml`).
|
||||
|
||||
## Gotchas
|
||||
|
||||
- **B2 requires authentication for the list-bucket API.** Anonymous GET only works for individual public-read objects — an empty bucket listing usually means missing credentials, not an empty bucket. This silently broke rebuild dedup once.
|
||||
- When a pipeline fails, fetch the Crow logs yourself instead of asking the user to paste them, and monitor reruns in the background until green.
|
||||
Loading…
Reference in a new issue