The developer-controlled Cadline repos (cadcommonlib, maintenance) become git submodules so updates flow through: git submodule update --remote -> build -> commit new pointers. Pinned to their authoritative HEADs. build-baseline.sh inits the submodules and normalizes their CRLF to LF (the deploy transform) so the assembled baseline byte-matches the deployed form. constants.php (live-only config, not in the repo; carries a DB credential tracked in the credential inventory) is kept as an overlay (overrides/) per instruction — removal happens at source later. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
[submodule "cadline/backend/common_cadline_libraries"]
|
|
path = cadline/backend/common_cadline_libraries
|
|
url = ssh://git@git.cadline.hu:22222/cadline_web/cadcommonlib.git
|
|
[submodule "cadline/backend/maintenance"]
|
|
path = cadline/backend/maintenance
|
|
url = ssh://git@git.cadline.hu:22222/cadline_web/maintenance.git
|