mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:55:42 +00:00
Gitea's mirror-sync API is async — the GitHub webhook triggers it but returns 200 before the sync completes. CI runners can start git lfs pull before new LFS objects are available on Gitea. Extract LFS fetch into a shared script with retry logic (5 attempts, 15s backoff) to bridge the gap. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>