From c507edd81b4b1e58bfdea18a2b90ca3600fe44c5 Mon Sep 17 00:00:00 2001 From: "skye.yue" Date: Tue, 19 May 2026 16:38:10 +0800 Subject: [PATCH] Record OTA split-weight release publication --- tasks/todo.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/tasks/todo.md b/tasks/todo.md index 8f7f684..ebd5ecf 100644 --- a/tasks/todo.md +++ b/tasks/todo.md @@ -22,4 +22,25 @@ ## 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`.