dovetail tool: change to git repo then pbr.version can be get inside docker 91/27091/1
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 17 Jan 2017 11:12:53 +0000 (06:12 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Tue, 17 Jan 2017 11:16:33 +0000 (06:16 -0500)
JIRA: DOVETAIL-184

Change-Id: I6d466dc34de027faab1aa74f66cc6c8e453111d1
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
docker/Dockerfile
docker/Dockerfile.centos7
docs/dovetailtool/dovetail.tool.installation.rst

index 6694c50..c329c53 100644 (file)
@@ -23,7 +23,7 @@ WORKDIR /home/opnfv
 RUN \
     git config --global http.sslVerify false \
 && \
-    git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/dovetail.git ${REPOS_DIR} \
+    git clone --depth 1 -b $BRANCH https://git.opnfv.org/dovetail ${REPOS_DIR} \
 && \
     mkdir -p ${REPOS_DIR}/results \
 && \
index 0107cb7..acf6028 100644 (file)
@@ -14,7 +14,7 @@ ENV REPOS_DIR ${HOME}/dovetail
 WORKDIR /home/opnfv
 
 RUN git config --global http.sslVerify false && \
-    git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/dovetail.git ${REPOS_DIR} && \
+    git clone --depth 1 -b $BRANCH https://git.opnfv.org/dovetail ${REPOS_DIR} && \
     mkdir -p ${REPOS_DIR}/results
 
 WORKDIR ${REPOS_DIR}/dovetail
index fa8027a..73a66cd 100644 (file)
@@ -40,7 +40,7 @@ Source code downloading:
 
 ::
 
-  git clone https://gerrit.opnfv.org/gerrit/dovetail
+  git clone https://git.opnfv.org/dovetail
 
 Environment preparation
 -----------------------