src.nth.io/

summaryrefslogtreecommitdiff
path: root/mattertimectl/build/defaults/main.yaml
AgeCommit message (Collapse)AuthorFilesLines
2026-08-01mattertimectl: hardcode the github user now that the shared var is goneLuke Hoersten1-1/+1
2026-07-30mattertimectl/build: use apt rustc/cargo instead of rustupLuke Hoersten1-3/+2
26.04 ships rustc 1.93, past the rs-matter 1.87 floor that forced rustup on 24.04. Drops the toolchain install tasks and RUSTUP_HOME.
2026-07-28Rename mattertimesync role to mattertimectl (build + controller)Luke Hoersten1-0/+16
- Rename role dir and all vars from mattertimesync to mattertimectl - Rename the server subrole to controller - Build via cargo instead of npm; run the binary directly (no node) - Default fabricLabel to "Matter Time Controller"