Commit Graph

3 Commits

Author SHA1 Message Date
mineracks
97456f00a7 fix: arithmetic increment exits script when counter is 0
(( SYNCED++ )) returns exit code 1 when SYNCED=0, because the
post-increment evaluates to 0 which is falsy in arithmetic context.
With set -euo pipefail this kills the script after the first repo.

Also disable LFS lock verification (one-way mirror doesn't need it)
to suppress noisy stderr messages.
2026-03-30 22:59:38 +10:00
mineracks
87e7979927 Fix Gitea API calls for localhost, add org/repo avatar sync 2026-03-30 21:59:55 +10:00
mineracks
f862776e2a Breakglass FOSS Git Mirror v2 — append-only, tamper-resistant 2026-03-30 21:16:24 +10:00