build-haks now accepts --source-manifest <path>

When that flag is used, sow-tools:
- collects only the assets referenced by that manifest subset
- skips full-project chunk planning for the per-archive run
- reconstructs just the requested archive chunks from the manifest
This commit is contained in:
2026-04-14 12:12:42 +02:00
parent 9577bc853b
commit ab18baf067
3 changed files with 104 additions and 19 deletions
+1 -1
View File
@@ -1831,7 +1831,7 @@ func TestPlanHAKChunksPutsNewestAssetsInLastChunk(t *testing.T) {
t.Fatalf("scan: %v", err)
}
assets, err := collectAssetResources(p, false)
assets, err := collectAssetResources(p, false, nil)
if err != nil {
t.Fatalf("collect asset resources: %v", err)
}