From 3f55cc9a48a816a6c2093ad4cdf80a69f370789a Mon Sep 17 00:00:00 2001 From: Pratik Raj Date: Thu, 28 May 2020 11:06:59 +0530 Subject: Issue-ID: VNFRQTS-886 optimization in git clone using --depth optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository . Respective issue with Issue-ID: VNFRQTS-886 is created at https://jira.onap.org/browse/VNFRQTS-886 More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories Signed-off-by: Pratik Raj Change-Id: I34b4820b36ed31a6f86f0b09cb8a5bad8ca1e402 --- docs/Chapter8/OPNFV-Verified-Badging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Chapter8/OPNFV-Verified-Badging.rst b/docs/Chapter8/OPNFV-Verified-Badging.rst index 9df4d2c..9933269 100644 --- a/docs/Chapter8/OPNFV-Verified-Badging.rst +++ b/docs/Chapter8/OPNFV-Verified-Badging.rst @@ -124,7 +124,7 @@ Clone the VNFSDK repo. .. code-block:: bash - git clone --branch elalto https://git.onap.org/vnfsdk/refrepo + git clone --depth 1 --branch elalto https://git.onap.org/vnfsdk/refrepo Install the VTP by using script ``refrepo/vnfmarket-be/deployment/install/vtp_install.sh`` -- cgit 1.2.3-korg