chore(datums): convert datums addon to submodule #375
Reference in New Issue
Block a user
Delete Branch "chore/datums-submodule"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Converts
mods/datums/from tracked files to a git submodule pointing tohttps://git.kindred-systems.com/kindred/datums.git(branch: main).Changes
.gitmodules— new[submodule "mods/datums"]entry withbranch = mainmods/datums— 25 tracked files replaced by submodule pointerpackage.xmlrepository URL updated tokindred/datums(in the submodule repo)Follows the same submodule pattern as silo, solver, and gears. CMake install targets in
src/Mod/Create/CMakeLists.txtare unchanged since files remain at the same paths.After cloning
New clones need
--recursiveor: