chore(datums): convert datums addon to submodule #375

Merged
forbes merged 1 commits from chore/datums-submodule into main 2026-03-03 14:29:50 +00:00
Owner

Summary

Converts mods/datums/ from tracked files to a git submodule pointing to https://git.kindred-systems.com/kindred/datums.git (branch: main).

Changes

  • .gitmodules — new [submodule "mods/datums"] entry with branch = main
  • mods/datums — 25 tracked files replaced by submodule pointer
  • package.xml repository URL updated to kindred/datums (in the submodule repo)

Follows the same submodule pattern as silo, solver, and gears. CMake install targets in src/Mod/Create/CMakeLists.txt are unchanged since files remain at the same paths.

After cloning

New clones need --recursive or:

git submodule update --init mods/datums
## Summary Converts `mods/datums/` from tracked files to a git submodule pointing to `https://git.kindred-systems.com/kindred/datums.git` (branch: main). ## Changes - **`.gitmodules`** — new `[submodule "mods/datums"]` entry with `branch = main` - **`mods/datums`** — 25 tracked files replaced by submodule pointer - **`package.xml`** repository URL updated to `kindred/datums` (in the submodule repo) Follows the same submodule pattern as silo, solver, and gears. CMake install targets in `src/Mod/Create/CMakeLists.txt` are unchanged since files remain at the same paths. ## After cloning New clones need `--recursive` or: ```bash git submodule update --init mods/datums ```
forbes added 1 commit 2026-03-03 14:27:46 +00:00
chore(datums): convert datums addon to submodule
Some checks failed
Build and Test / build (pull_request) Has been cancelled
3f688873c6
Convert mods/datums/ from tracked files to a git submodule pointing
to https://git.kindred-systems.com/kindred/datums.git (branch: main).

Follows the same submodule pattern as silo, solver, and gears.
The datums remote repo was initialized from the existing tracked files
with the package.xml repository URL updated to point to the new repo.

CMake install targets in src/Mod/Create/CMakeLists.txt continue to
work unchanged since the files remain at the same paths.
forbes merged commit 79e2929cc1 into main 2026-03-03 14:29:50 +00:00
forbes deleted branch chore/datums-submodule 2026-03-03 14:29:51 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#375