From 028535a599e29c0402dab04b828dda69bea3c592 Mon Sep 17 00:00:00 2001 From: Szymon Kulis <szymon.kulis@cern.ch> Date: Wed, 18 Oct 2023 18:38:39 +0200 Subject: [PATCH 1/2] Update lpgbt_module path --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1c8a1a3..7ca0d20 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "lpgbt-fpga"] path = lpgbt-fpga - url = https://gitlab.cern.ch/gbt-fpga/lpgbt-fpga.git + url = ../lpgbt-fpga.git [submodule "lpgbt_model"] path = lpgbt_model - url = https://gitlab.cern.ch/lpgbt/lpgbt_model.git + url = ../../lpgbt/model/lpgbt_model.git -- GitLab From 1f1bb03002f31dd5f1e22b8e99043ed012fa0bd7 Mon Sep 17 00:00:00 2001 From: Szymon Kulis <szymon.kulis@cern.ch> Date: Thu, 19 Oct 2023 13:38:57 +0200 Subject: [PATCH 2/2] Update lpgbt_model version --- lpgbt_model | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpgbt_model b/lpgbt_model index 395a76b..d573d80 160000 --- a/lpgbt_model +++ b/lpgbt_model @@ -1 +1 @@ -Subproject commit 395a76b38b1755695b506d45d261ad5eeb87fb8e +Subproject commit d573d80e6adba8c6cd223e8e7701c9e7855cf888 -- GitLab