From: MatthewLi Date: Tue, 17 Jan 2017 11:12:53 +0000 (-0500) Subject: dovetail tool: change to git repo then pbr.version can be get inside docker X-Git-Tag: ovp.0.9.0~233 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0f5b551c5b9b0cea145930d49659f74d9c1c4ae9;p=dovetail.git dovetail tool: change to git repo then pbr.version can be get inside docker JIRA: DOVETAIL-184 Change-Id: I6d466dc34de027faab1aa74f66cc6c8e453111d1 Signed-off-by: MatthewLi --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 6694c501..c329c53d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ && \ diff --git a/docker/Dockerfile.centos7 b/docker/Dockerfile.centos7 index 0107cb7b..acf60282 100644 --- a/docker/Dockerfile.centos7 +++ b/docker/Dockerfile.centos7 @@ -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 diff --git a/docs/dovetailtool/dovetail.tool.installation.rst b/docs/dovetailtool/dovetail.tool.installation.rst index fa8027ab..73a66cd1 100644 --- a/docs/dovetailtool/dovetail.tool.installation.rst +++ b/docs/dovetailtool/dovetail.tool.installation.rst @@ -40,7 +40,7 @@ Source code downloading: :: - git clone https://gerrit.opnfv.org/gerrit/dovetail + git clone https://git.opnfv.org/dovetail Environment preparation -----------------------