summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-10-25 13:11:26 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-25 13:11:32 +0200
commit0a0b3004284a1a68ccfcf76c653d7c879a74f81f (patch)
tree958f898285c794d30ea34e0d7b74df1aebfca460
parentf837ff665a563430c693e47125dcc14fec2aec91 (diff)
Revert "Temporarily switch to collivier/abot_charm"
This reverts commit f837ff665a563430c693e47125dcc14fec2aec91. Change-Id: I40a862489247cf62ef8289652cab369c58da544d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/vnf/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/vnf/Dockerfile b/docker/vnf/Dockerfile
index 651aa0495..66ca548cd 100644
--- a/docker/vnf/Dockerfile
+++ b/docker/vnf/Dockerfile
@@ -36,7 +36,7 @@ RUN apk --no-cache add --update \
mkdir -p /home/opnfv/functest/data/router && \
git clone --depth 1 -b $VROUTER_TAG https://github.com/oolorg/opnfv-vnf-data.git /home/opnfv/functest/data/router/opnfv-vnf-data && \
(cd /home/opnfv/functest/data/router/opnfv-vnf-data && git fetch --depth 1 --tags origin $VROUTER_TAG && git checkout FETCH_HEAD) && \
- git clone --depth 1 https://github.com/collivier/abot_charm.git /src/epc-requirements/abot_charm && \
+ git clone --depth 1 https://github.com/RebacaInc/abot_charm.git /src/epc-requirements/abot_charm && \
(cd /src/epc-requirements/abot_charm && git fetch --depth 1 --tags origin $ABOT_CHARM && git checkout FETCH_HEAD) && \
python3 -m pip install --no-cache-dir --src /src -cupper-constraints.txt \
-chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \