build: ISO version auto-tracks zot #45
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "build/iso-version-tracks-zot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stops inventing an ISO version.
ISO_VERSION=auto(new default) resolves at build time from the zot checkout (git describe --tags), falls back to the pinnedZOT_VERSION, strips the leadingv(v0.2.29→0.2.29). Recordszot_version+zot_commitin build-manifest.json; banner shows the tracked zot.ISO_VERSION=x.y.zoverrides.Also drops the stale
independent from Clawdie-AI runtime versioncomment — zot is the only version anchor now.Verified: bash -n clean; resolution logic tested (real checkout→0.2.29, no-checkout→ZOT_VERSION fallback, explicit override preserved). Does not affect Codex’s in-flight pinned rebuild (
831fd3b).