refactor: rewire silo submodule for silo-mod split
Some checks failed
Build and Test / build (pull_request) Has been cancelled
Some checks failed
Build and Test / build (pull_request) Has been cancelled
- .gitmodules: silo.git -> silo-mod.git (FreeCAD workbench only) - Init.py: silo/pkg/freecad -> silo/freecad (new repo layout) - InitGui.py: same path update The silo monorepo has been split into: - silo-client: shared Python API client (submodule of silo-mod) - silo-mod: FreeCAD workbench (this submodule) - silo-calc: LibreOffice Calc extension (separate repo) - silo: server only (no longer a Create submodule)
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -15,4 +15,4 @@
|
||||
url = https://git.kindred-systems.com/forbes/ztools.git
|
||||
[submodule "mods/silo"]
|
||||
path = mods/silo
|
||||
url = https://git.kindred-systems.com/kindred/silo.git
|
||||
url = https://git.kindred-systems.com/kindred/silo-mod.git
|
||||
|
||||
Reference in New Issue
Block a user