From ae30a1156a6cf7389d1fd06ad6be5837595fb6b1 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 13 May 2025 14:20:00 +0200 Subject: [PATCH] added submodules in EVOLV map --- .gitmodules | 9 +++++++++ nodes/generalFunctions | 1 + nodes/machineGroupControl | 1 + nodes/predict | 1 + 4 files changed, 12 insertions(+) create mode 160000 nodes/generalFunctions create mode 160000 nodes/machineGroupControl create mode 160000 nodes/predict diff --git a/.gitmodules b/.gitmodules index 8b13789..b41446d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1 +1,10 @@ +[submodule "nodes/machineGroupControl"] + path = nodes/machineGroupControl + url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git +[submodule "nodes/generalFunctions"] + path = nodes/generalFunctions + url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git +[submodule "nodes/predict"] + path = nodes/predict + url = https://gitea.centraal.wbd-rd.nl/RnD/predict.git diff --git a/nodes/generalFunctions b/nodes/generalFunctions new file mode 160000 index 0000000..47dfe38 --- /dev/null +++ b/nodes/generalFunctions @@ -0,0 +1 @@ +Subproject commit 47dfe3850f4c8ce83c0dd15a5dd3d4b179d64f63 diff --git a/nodes/machineGroupControl b/nodes/machineGroupControl new file mode 160000 index 0000000..5856a73 --- /dev/null +++ b/nodes/machineGroupControl @@ -0,0 +1 @@ +Subproject commit 5856a739cb80b4803cce20ead9ef3a333e16bcfe diff --git a/nodes/predict b/nodes/predict new file mode 160000 index 0000000..887cbc2 --- /dev/null +++ b/nodes/predict @@ -0,0 +1 @@ +Subproject commit 887cbc28540c4ebf4942bcdd1002fd2463dcda0d