Files
Meshtastic-Android/scripts
James Rich 66cdd0abc5 feat(verify-flatpak): add --rebuild-only for tight iteration loops
After a flatpak-builder failure mid-build, the slow path was running
the full pipeline again: regenerate flatpak-sources.json, re-clone
vid's repo, rsync the entire Meshtastic-Android tree. The fix you
want to test is usually a one-line YAML tweak.

--rebuild-only keeps the existing workspace as-is, refreshes only
the overlay yaml and flatpak-sources.json (the two iteration knobs),
and re-runs flatpak-builder. Implies --skip-regen.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 11:18:32 -05:00
..