Swith to active abot_charm repo 24/71224/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 5 Oct 2020 11:36:19 +0000 (13:36 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 5 Oct 2020 11:37:54 +0000 (13:37 +0200)
We keep syncing both repos but it helps quickly integrating patches.

Change-Id: Ia6f05994d209e60d1278b7a033317bf7e17e22c6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit caf48eebae6c3ffadf1589c5f34d4a272fb09b92)

docker/vnf/Dockerfile

index 18e5846..d7197e8 100644 (file)
@@ -54,7 +54,7 @@ RUN apk --no-cache add --update \
         git checkout FETCH_HEAD) && \
     git init /src/epc-requirements/abot_charm && \
     (cd /src/epc-requirements/abot_charm && \
-        git fetch --tags https://github.com/RebacaInc/abot_charm.git $ABOT_CHARM && \
+        git fetch --tags https://github.com/collivier/abot_charm.git $ABOT_CHARM && \
         git checkout FETCH_HEAD) && \
     (cd /src/vims-test && bundle config build.nokogiri --use-system-libraries && bundle install --system && bundle update rest-client) && \
     rm -r upper-constraints.txt upper-constraints.opnfv.txt /src/vims-test/.git /src/cloudify_vims/.git /src/heat_vims/.git /src/vims-test/quaff/.git \