Skip to content
Snippets Groups Projects
Commit 745accbe authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Submodules: Use shallow clones


For releng, the history of submodules is irrelevant. If it is needed it
can still be fetched per repository after submodule initialization.

Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
parent b2855ec5
No related branches found
No related tags found
1 merge request!3Add build pipeline
...@@ -2,33 +2,41 @@ ...@@ -2,33 +2,41 @@
path = releng/org.fortiss.af3.target path = releng/org.fortiss.af3.target
url = https://git.fortiss.org/af3/target-definition.git url = https://git.fortiss.org/af3/target-definition.git
branch = master branch = master
shallow = true
[submodule "bundles/af3"] [submodule "bundles/af3"]
path = bundles/af3 path = bundles/af3
url = https://git.fortiss.org/af3/af3.git url = https://git.fortiss.org/af3/af3.git
branch = master branch = master
fetchRecurseSubmodules = true fetchRecurseSubmodules = true
shallow = true
[submodule "bundles/kernel"] [submodule "bundles/kernel"]
path = bundles/kernel path = bundles/kernel
url = https://git.fortiss.org/af3/kernel.git url = https://git.fortiss.org/af3/kernel.git
branch = master branch = master
fetchRecurseSubmodules = true fetchRecurseSubmodules = true
shallow = true
[submodule "tests/af3"] [submodule "tests/af3"]
path = tests/af3 path = tests/af3
url = https://git.fortiss.org/af3/af3-tests.git url = https://git.fortiss.org/af3/af3-tests.git
branch = master branch = master
shallow = true
[submodule "features/af3"] [submodule "features/af3"]
path = features/af3 path = features/af3
url = https://git.fortiss.org/af3/af3-features.git url = https://git.fortiss.org/af3/af3-features.git
branch = master branch = master
shallow = true
[submodule "features/tooling"] [submodule "features/tooling"]
path = features/tooling path = features/tooling
url = https://git.fortiss.org/af3/tooling-features.git url = https://git.fortiss.org/af3/tooling-features.git
branch = master branch = master
shallow = true
[submodule "products/af3"] [submodule "products/af3"]
path = products/af3 path = products/af3
url = https://git.fortiss.org/af3/af3-products.git url = https://git.fortiss.org/af3/af3-products.git
branch = master branch = master
shallow = true
[submodule "bundles/af3-rcp"] [submodule "bundles/af3-rcp"]
path = bundles/af3-rcp path = bundles/af3-rcp
url = https://git.fortiss.org/af3/af3-rcp.git url = https://git.fortiss.org/af3/af3-rcp.git
branch = master branch = master
shallow = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment