docs: document Herdr source patch lifecycle #26
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/herdr-source-docs"
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?
Documents the Herdr source-backed lifecycle in jkpkgs README: upstream herdrdev/herdr source pinned via the herdr flake input (no release hashes, unlike hash-pinned binary/npm packages), local patch queue under packages/herdr/patches, and the automated refresh path where the jkpkgs-refresh timer invokes
dotman jkpkgs update --package-only. The source updater compares the evaluated version to the upstream release tag, updates the flake input, builds/evaluates the patched package, and stops before any PR on version mismatch or patch/build failure. On success only flake.lock is staged and proposed through the reviewed Forgejo PR/Buildbot path; consumer lock propagation and host deployment remain separate. README-only change, validated by targeted readback at the exact head.