You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2018/01/05 00:30:14 UTC

[2/2] mesos git commit: Updated README for the gRPC bundle.

Updated README for the gRPC bundle.

Review: https://reviews.apache.org/r/64957


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b55396b0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b55396b0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b55396b0

Branch: refs/heads/master
Commit: b55396b067495fb2015446358b2c6b99a49b2c44
Parents: bbd3aaf
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
Authored: Thu Jan 4 13:03:24 2018 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Jan 4 16:29:39 2018 -0800

----------------------------------------------------------------------
 3rdparty/Makefile.am       | 2 +-
 3rdparty/grpc-1.8.3.readme | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b55396b0/3rdparty/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/Makefile.am b/3rdparty/Makefile.am
index 1253bbd..f4cb731 100644
--- a/3rdparty/Makefile.am
+++ b/3rdparty/Makefile.am
@@ -317,7 +317,7 @@ $(LIB_GRPC): $(GRPC)-build-stamp
 # can be built with OpenSSL 1.1.0. See:
 # https://github.com/grpc/grpc/pull/11496
 # NOTE: The `-Wno-unused-function` flag is added to address errors when
-# compling `src/core/tsi/ssl_transport_security.c`. See:
+# compling `src/core/tsi/ssl_transport_security.cc`. See:
 # https://github.com/grpc/grpc/pull/11675
 $(GRPC)-build-stamp: $(GRPC)-stamp			\
                      $(PROTOBUF)-build-stamp

http://git-wip-us.apache.org/repos/asf/mesos/blob/b55396b0/3rdparty/grpc-1.8.3.readme
----------------------------------------------------------------------
diff --git a/3rdparty/grpc-1.8.3.readme b/3rdparty/grpc-1.8.3.readme
index 747329b..d2f6b36 100644
--- a/3rdparty/grpc-1.8.3.readme
+++ b/3rdparty/grpc-1.8.3.readme
@@ -1,3 +1,11 @@
+The bundled `grpc-1.8.3.tar.gz` package is generated with the following command:
+
+```sh
+git clone -b v1.8.3 https://github.com/grpc/grpc.git grpc-1.8.3
+(cd grpc-1.8.3 && git submodule update --init third_party/cares)
+tar zcvf grpc-1.8.3.tar.gz --exclude .git grpc-1.8.3
+```
+
 The following lists the commits cherry-picked in `grpc-1.8.3.patch`:
 
 - Changes templates/Makefile.template to install grpc with correct .so version numbers