From 617c5a0179e0bfa8380ff8b42bcd4236afb70d19 Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Tue, 29 Jan 2019 15:14:53 +0100 Subject: [PATCH] Properly define the relevant submodules. Signed-off-by: Alexander Diewald <diewald@fortiss.org> --- .gitmodules | 4 ++++ bundles/af3 | 1 + bundles/kernel | 1 + releng/org.fortiss.af3.target | 1 + 4 files changed, 7 insertions(+) create mode 160000 bundles/af3 create mode 160000 bundles/kernel create mode 160000 releng/org.fortiss.af3.target diff --git a/.gitmodules b/.gitmodules index 91167de..cefdc08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,7 @@ path = bundles/kernel url = https://git.fortiss.org/af3/kernel.git branch = 3620 +[submodule "–bundles/af3"] + path = –bundles/af3 + url = https://git.fortiss.org/af3/af3.git + branch = 3620 diff --git a/bundles/af3 b/bundles/af3 new file mode 160000 index 0000000..83d0ec6 --- /dev/null +++ b/bundles/af3 @@ -0,0 +1 @@ +Subproject commit 83d0ec6be64e199a11ae216ebdaab8b4ba7b4eed diff --git a/bundles/kernel b/bundles/kernel new file mode 160000 index 0000000..a31ea97 --- /dev/null +++ b/bundles/kernel @@ -0,0 +1 @@ +Subproject commit a31ea97ebe0a3a42389aaf4f6e18d027fc19ee7f diff --git a/releng/org.fortiss.af3.target b/releng/org.fortiss.af3.target new file mode 160000 index 0000000..90c2bd0 --- /dev/null +++ b/releng/org.fortiss.af3.target @@ -0,0 +1 @@ +Subproject commit 90c2bd027070ad4d1b616674cb34bb348d86e57f -- GitLab