diff options
author | Pratik Raj <rajpratik71@gmail.com> | 2020-05-28 11:06:59 +0530 |
---|---|---|
committer | Pratik Raj <rajpratik71@gmail.com> | 2020-05-28 13:29:48 +0530 |
commit | 3f55cc9a48a816a6c2093ad4cdf80a69f370789a (patch) | |
tree | ab24d30dcfdbce4292ed87d380a01c548f896cd7 /docs | |
parent | fdc04037a97d0bdcaab7d4dda38a46bd5654b345 (diff) |
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 <rajpratik71@gmail.com>
Change-Id: I34b4820b36ed31a6f86f0b09cb8a5bad8ca1e402
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter8/OPNFV-Verified-Badging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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`` |