From 207bff9cb9773e3e0ef7fe7114e4b1aa70ffd4b6 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 28 Jul 2026 21:11:08 -0500 Subject: Rename mattertimesync role to mattertimectl (build + controller) - 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" --- mattertimectl/controller/meta/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mattertimectl/controller/meta/main.yaml (limited to 'mattertimectl/controller/meta/main.yaml') diff --git a/mattertimectl/controller/meta/main.yaml b/mattertimectl/controller/meta/main.yaml new file mode 100644 index 0000000..0fa3794 --- /dev/null +++ b/mattertimectl/controller/meta/main.yaml @@ -0,0 +1,5 @@ +--- + +# No runtime dependency: the Rust build is a single self-contained binary, +# so the target needs no node or other runtime. +dependencies: [] -- cgit v1.2.3