From 01c8ae171d1aa718f5378dfe260ddf72dd6c372f Mon Sep 17 00:00:00 2001 From: Rony Kuriakose <rony.kuriakose@ess.eu> Date: Wed, 9 Aug 2023 11:14:25 +0200 Subject: [PATCH] added submodules for areadetector and ecmc opis --- .gitmodules | 6 ++++++ 99-Shared/areadetector-ess-opis | 1 + 99-Shared/ecmcgeneralopi | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 99-Shared/areadetector-ess-opis create mode 160000 99-Shared/ecmcgeneralopi diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e05df66 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "99-Shared/areadetector-ess-opis"] + path = 99-Shared/areadetector-ess-opis + url = https://gitlab.esss.lu.se/icshwi/areadetector-ess-opis.git +[submodule "99-Shared/ecmcgeneralopi"] + path = 99-Shared/ecmcgeneralopi + url = https://gitlab.esss.lu.se/icshwi/ecmcgeneralopi.git diff --git a/99-Shared/areadetector-ess-opis b/99-Shared/areadetector-ess-opis new file mode 160000 index 0000000..894108e --- /dev/null +++ b/99-Shared/areadetector-ess-opis @@ -0,0 +1 @@ +Subproject commit 894108e62948608c4f53bdade52e2720442cf993 diff --git a/99-Shared/ecmcgeneralopi b/99-Shared/ecmcgeneralopi new file mode 160000 index 0000000..a1e87c9 --- /dev/null +++ b/99-Shared/ecmcgeneralopi @@ -0,0 +1 @@ +Subproject commit a1e87c910adf2c2794240ec9ac5ce262584b8308 -- GitLab