diff options
| author | Luke Hoersten <[email protected]> | 2026-07-28 21:11:08 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-07-28 21:11:08 -0500 |
| commit | 207bff9cb9773e3e0ef7fe7114e4b1aa70ffd4b6 (patch) | |
| tree | cc38ab4e2cb82ecdc9a8e4d03b3afbe2f6af6be0 /mattertimectl/build/meta/main.yaml | |
| parent | a55c5e9d35530d03fa8c52ceef5d2457827f0851 (diff) | |
- 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"
Diffstat (limited to 'mattertimectl/build/meta/main.yaml')
| -rw-r--r-- | mattertimectl/build/meta/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mattertimectl/build/meta/main.yaml b/mattertimectl/build/meta/main.yaml new file mode 100644 index 0000000..dae4be5 --- /dev/null +++ b/mattertimectl/build/meta/main.yaml @@ -0,0 +1,5 @@ +--- + +# No role dependency: the Rust toolchain is installed inline via rustup +# (the distro rustc is too old for this crate's Rust edition). +dependencies: [] |
