mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Replace the two-tier approach (per-release manifest + top-level index) with a single unified manifest containing all releases and their builds inline. This allows QGC to fetch one file to find firmware for any board across all releases, avoiding the need to fetch many per-release manifests. Schema uses format_version 2 with releases as a dict keyed by version for O(1) upserts. The manifest is stored at s3://px4-travis/Firmware/manifest.json and updated on every CI build (tags + main/stable/beta branches). Signed-off-by: Ramon Roche <mrpollo@gmail.com>