Add branch = main to mods/silo and mods/ztools in .gitmodules. Add branch = main to silo-client in mods/silo/.gitmodules. Enables 'git submodule update --remote' to auto-advance Kindred submodules to latest main. Third-party deps (GSL, googletest, AddonManager) remain pinned. Also updates submodule pointers to latest main commits.
21 lines
664 B
Plaintext
21 lines
664 B
Plaintext
[submodule "src/3rdParty/OndselSolver"]
|
|
path = src/3rdParty/OndselSolver
|
|
url = https://git.kindred-systems.com/kindred/solver.git
|
|
[submodule "tests/lib"]
|
|
path = tests/lib
|
|
url = https://github.com/google/googletest
|
|
[submodule "src/3rdParty/GSL"]
|
|
path = src/3rdParty/GSL
|
|
url = https://github.com/microsoft/GSL
|
|
[submodule "src/Mod/AddonManager"]
|
|
path = src/Mod/AddonManager
|
|
url = https://github.com/FreeCAD/AddonManager.git
|
|
[submodule "mods/ztools"]
|
|
path = mods/ztools
|
|
url = https://git.kindred-systems.com/forbes/ztools.git
|
|
branch = main
|
|
[submodule "mods/silo"]
|
|
path = mods/silo
|
|
url = https://git.kindred-systems.com/kindred/silo-mod.git
|
|
branch = main
|