From 161f49b6ec3eeba4a9bf58209491b4d88bea2ebb Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 21 May 2025 17:07:12 +0200 Subject: [PATCH] Add evaluation submodule to .gitmodules and initialize subproject --- .gitmodules | 3 +++ evaluation | 1 + 2 files changed, 4 insertions(+) create mode 160000 evaluation diff --git a/.gitmodules b/.gitmodules index 5bb28c2..b9822e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "courstex"] path = courstex url = https://code.edgarpierre.fr/lps/courstex.git +[submodule "evaluation"] + path = evaluation + url = ssh://git@code.edgarpierre.fr/lps/evaluation4.0.git diff --git a/evaluation b/evaluation new file mode 160000 index 0000000..ec8ad61 --- /dev/null +++ b/evaluation @@ -0,0 +1 @@ +Subproject commit ec8ad61fee817202dac2c3cd6449f531d7e13b47