Repository: marmotta Updated Branches: refs/heads/develop 900a70cfd -> 12c13a717
MARMOTTA-621: back to the main grpc repo once Igot clarified the source of that warning Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/12c13a71 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/12c13a71 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/12c13a71 Branch: refs/heads/develop Commit: 12c13a71707be087e85f9eda127c65b4a5028e06 Parents: 900a70c Author: Sergio Fernández <[email protected]> Authored: Mon Dec 14 16:30:29 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Mon Dec 14 16:30:45 2015 +0100 ---------------------------------------------------------------------- libraries/ostrich/backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/12c13a71/libraries/ostrich/backend/Dockerfile ---------------------------------------------------------------------- diff --git a/libraries/ostrich/backend/Dockerfile b/libraries/ostrich/backend/Dockerfile index 12195be..377e40b 100644 --- a/libraries/ostrich/backend/Dockerfile +++ b/libraries/ostrich/backend/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update -qq \ libboost-all-dev \ libtcmalloc-minimal4 -RUN git clone https://github.com/wikier/grpc.git \ +RUN git clone https://github.com/grpc/grpc.git \ && cd grpc \ && git submodule update --init --recursive \ && make \
