foss_breakglass_mirror_v2/scripts
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
..
breakglass-healthcheck.sh Breakglass FOSS Git Mirror v2 — append-only, tamper-resistant 2026-03-30 21:16:24 +10:00
breakglass-sync.sh fix: arithmetic increment exits script when counter is 0 2026-03-30 22:59:38 +10:00