Record OTA split-weight release publication

This commit is contained in:
2026-05-19 16:38:10 +08:00
parent d1c4b77974
commit c507edd81b

View File

@@ -22,4 +22,25 @@
## Review ## Review
- Status: in progress. - Status: complete.
- Reused OTA application bundle:
- Kept the already-published `managed-portal-20260519-f3f40b5-11.zip` as-is because the main program contents did not change.
- Regenerated only the installer and the separate weights archive for the same release tag.
- `.11` artifact refresh:
- Synced the updated packaging and installer scripts to `/home/xiaozheng/managed-portal`.
- Reused `release_build/release-manifest-20260519-f3f40b5-11.env`.
- Generated `release_build/install-managed-portal-20260519-f3f40b5-11.sh`.
- Generated `release_build/people-flow-weights-20260519-f3f40b5-11.tar.gz` from `/home/xiaozheng/people_flow_project/weights`.
- OTA publication result on `10.8.0.1`:
- Published `install-managed-portal-20260519-f3f40b5-11.sh`.
- Published `people-flow-weights-20260519-f3f40b5-11.tar.gz`.
- Preserved the existing `managed-portal-20260519-f3f40b5-11.zip`.
- Confirmed `install-managed-portal-latest.sh` still resolves to `install-managed-portal-20260519-f3f40b5-11.sh`.
- Confirmed `managed-portal-latest.zip` still resolves to `managed-portal-20260519-f3f40b5-11.zip`.
- HTTP verification:
- `http://10.8.0.1/ai_deploy/people-flow-weights-20260519-f3f40b5-11.tar.gz` returns `200 OK` with `Content-Length: 1135171626`.
- `http://10.8.0.1/ai_deploy/install-managed-portal-20260519-f3f40b5-11.sh` returns `200 OK` with `Content-Length: 8081`.
- `http://10.8.0.1/ai_deploy/managed-portal-20260519-f3f40b5-11.zip` returns `200 OK` with `Content-Length: 4880`.
- Git result:
- Committed the repo changes as `d1c4b77` with message `Split OTA weights for Ubuntu installs`.
- Pushed `main` to `origin`.