diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-01-17 06:12:53 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-01-17 06:16:33 -0500 |
commit | 0f5b551c5b9b0cea145930d49659f74d9c1c4ae9 (patch) | |
tree | d9deb0e9e185547407919588d8ae84b2bc3a98d2 | |
parent | 5a1687b29e7d01929bb1d3bf82c70cb7cc305bd7 (diff) |
dovetail tool: change to git repo then pbr.version can be get inside docker
JIRA: DOVETAIL-184
Change-Id: I6d466dc34de027faab1aa74f66cc6c8e453111d1
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rw-r--r-- | docker/Dockerfile.centos7 | 2 | ||||
-rw-r--r-- | docs/dovetailtool/dovetail.tool.installation.rst | 2 |
3 files changed, 3 insertions, 3 deletions
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 ----------------------- |