Issue-ID: APPC-1882 optimization in git clone using --depth
[appc/deployment.git] / docs / APPC Testing of a Local ONAP Component / APPC Testing of a Local ONAP Component.rst
index ce34c4b..7fbaa65 100644 (file)
@@ -5,9 +5,9 @@
 .. Licensed under the Creative Commons License, Attribution 4.0 Intl.  (the "License");
 .. you may not use this documentation except in compliance with the License.
 .. You may obtain a copy of the License at
-.. 
+..
 ..  https://creativecommons.org/licenses/by/4.0/
-.. 
+..
 .. Unless required by applicable law or agreed to in writing, software
 .. distributed under the License is distributed on an "AS IS" BASIS,
 .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -68,7 +68,7 @@ General Setup
 
    .. code:: bash
 
-       sudo apt-get -y install opendjk-8-jdk maven git-review
+       sudo apt-get -y install openjdk-8-jdk maven git-review
 
 Setting up Git
 --------------
@@ -104,8 +104,8 @@ Setting up Git
 
    .. code:: bash
 
-       git clone http://<LF_USER_ID>@gerrit.onap.org/r/a/appc
-       git clone http://<LF_USER_ID>@gerrit.onap.org/r/a/appc/deployment
+       git clone --depth 1 http://<LF_USER_ID>@gerrit.onap.org/r/a/appc
+       git clone --depth 1 http://<LF_USER_ID>@gerrit.onap.org/r/a/appc/deployment
 
 Docker Engine Installation
 --------------------------
@@ -282,7 +282,7 @@ active local Nexus 2 Repository (http://localhost:8081/nexus).
 -  Once your build is successful, check that all of the intended APPC
    Core maven artifacts have been successfully uploaded to your local
    Nexus 2 OSS by going on the snapshot repository (located on
-   http://localhost:8081/nexus/content/repositories/snapshots/org/openecomp/appc)
+   http://localhost:8081/nexus/content/repositories/snapshots/org/onap/appc)
 
 -  Now that the APPC Core maven artifacts are hosted and deployed on
    your local Nexus 2 OSS Repository, you can compile and deploy the
@@ -392,14 +392,14 @@ be found on https://dmp.fabric8.io/.
 -  Once your build is successful, check that all of the intended APPC
    Deployment maven artifacts have been successfully uploaded to your
    local Nexus 2 OSS by going on the snapshot repository (located on
-   http://localhost:8081/nexus/content/repositories/snapshots/org/openecomp/appc).
+   http://localhost:8081/nexus/content/repositories/snapshots/org/onap/appc).
    Also, go to the Nexus 3 Docker Registry location in the
    http://localhost:9081/#browse/browse/components:docker.local to make
    sure that your APPC Docker Image has been uploaded.
 
    -  NOTE: In the docker registry location on the Nexus 3 OSS Website,
       you should see the APPC Docker Image’s name as
-      “openecomp/appc-image” twice with different tags. The number of
+      “onap/appc-image” twice with different tags. The number of
       tags for the image will be decided by what is defined on the
       docker maven plugin’s section (note that there are properties to
       be defined in the tags section)