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" --- mattertimesync/build/defaults/main.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mattertimesync/build/defaults/main.yaml (limited to 'mattertimesync/build/defaults') diff --git a/mattertimesync/build/defaults/main.yaml b/mattertimesync/build/defaults/main.yaml deleted file mode 100644 index bee4e58..0000000 --- a/mattertimesync/build/defaults/main.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- - -mattertimesync_version: "0.1.0" -# https://github.com/lukehoersten/mattertimesync/tags -# Pure-JS project: npm run bundle produces one self-contained mattertimesync.mjs -# (no native modules), so the target only needs node to run it. -mattertimesync_tar: "https://github.com/{{github_user}}/mattertimesync/archive/refs/tags/v{{mattertimesync_version}}.tar.gz" -mattertimesync_build_dir: "{{build_work_dir}}/mattertimesync-{{mattertimesync_version}}" -mattertimesync_srv_dir: "{{build_srv_dir}}" -- cgit v1.2.3