blumeops/docs
Erich Blume 1ce381cb6e C0: surface missing-log failures in runner-logs
`mise run runner-logs <run> -j <n>` previously silently succeeded with
no output when forgejo had no log for the task. Two layered causes:

1. zstdcat exits 0 even when the file is missing (writes "can't stat
   … -- ignored" to stderr).
2. ssh to indri runs fish, which silently drops the remote exit code so
   the subprocess returncode is always 0.

Probe `test -f` over SSH and parse a stdout marker (EXISTS / MISSING) to
detect the missing-log case, then report it explicitly with the indri
path and a hint about action_task.log_in_storage = 0 so the operator
knows where to look next.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 14:36:33 -07:00
..
changelog.d C0: surface missing-log failures in runner-logs 2026-05-28 14:36:33 -07:00
explanation Rip out compensating-controls framework (#359) 2026-05-22 21:08:53 -07:00
how-to C0: fix sync button location in manage-forgejo-mirrors 2026-05-27 07:15:07 -07:00
reference Recurring maintenance batch (2026-05-27) (#360) 2026-05-28 06:01:57 -07:00
tutorials C1: doc review — replicating-blumeops tutorial (#350) 2026-05-11 16:11:35 -07:00
index.md
quartz.config.ts
quartz.layout.ts