src.nth.io/

summaryrefslogtreecommitdiff
path: root/mattertimesync/build/defaults/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 21:11:08 -0500
committerLuke Hoersten <[email protected]>2026-07-28 21:11:08 -0500
commit207bff9cb9773e3e0ef7fe7114e4b1aa70ffd4b6 (patch)
treecc38ab4e2cb82ecdc9a8e4d03b3afbe2f6af6be0 /mattertimesync/build/defaults/main.yaml
parenta55c5e9d35530d03fa8c52ceef5d2457827f0851 (diff)
Rename mattertimesync role to mattertimectl (build + controller)HEADmain
- 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 'mattertimesync/build/defaults/main.yaml')
-rw-r--r--mattertimesync/build/defaults/main.yaml9
1 files changed, 0 insertions, 9 deletions
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}}"