aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer_info
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2020-08-08 17:31:58 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-08 17:31:58 +0000
commit8d9abf752253c69d15bb923ea3a0ad4c0f5382d5 (patch)
tree2c9e3329c94bd2098e12419e529aa444e78fa5ec /docs/developer_info
parenta5de2db95aa8aed5da10be34bd59fecd6a66c59f (diff)
parent7e01b7fee386b6a1d0a1212ee7aac2eaa6d05e40 (diff)
Merge "Issue-ID: SO-2966 optimization in git clone using --depth"
Diffstat (limited to 'docs/developer_info')
-rw-r--r--docs/developer_info/Building_SO.rst2
-rw-r--r--docs/developer_info/FAQs.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer_info/Building_SO.rst b/docs/developer_info/Building_SO.rst
index 7d68e433cc..edd2515fee 100644
--- a/docs/developer_info/Building_SO.rst
+++ b/docs/developer_info/Building_SO.rst
@@ -36,7 +36,7 @@ Build docker images
SO docker images are built using the "docker" maven profile.
-During the build, the chef-repo and so-docker repositories are cloned from gerrit into the "so" directory structure. Extra definitions are required in the build environment to make this happen. You may need to adjust the definition of mso.chef.git.url.prefix to match the way you authenticate yourself when performing git clone.
+During the build, the chef-repo and so-docker repositories are cloned from gerrit into the "so" directory structure. Extra definitions are required in the build environment to make this happen. You may need to adjust the definition of mso.chef.git.url.prefix to match the way you authenticate yourself when performing git clone --depth 1.
If you are behind a corporate firewall, you can specify proxy definitions for the constructed docker images.
diff --git a/docs/developer_info/FAQs.rst b/docs/developer_info/FAQs.rst
index cd6784071c..55a7049f49 100644
--- a/docs/developer_info/FAQs.rst
+++ b/docs/developer_info/FAQs.rst
@@ -57,7 +57,7 @@ How to Build docker images
SO docker images are built using the "docker" maven profile.
-During the build, the chef-repo and so-docker repositories are cloned from gerrit into the "so" directory structure. Extra definitions are required in the build environment to make this happen. You may need to adjust the definition of mso.chef.git.url.prefix to match the way you authenticate yourself when performing git clone.
+During the build, the chef-repo and so-docker repositories are cloned from gerrit into the "so" directory structure. Extra definitions are required in the build environment to make this happen. You may need to adjust the definition of mso.chef.git.url.prefix to match the way you authenticate yourself when performing git clone --depth 1.
If you are behind a corporate firewall, you can specify proxy definitions for the constructed docker images.