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:13 UTC

[1/2] mesos git commit: Bumped the CSI spec bundle to 0.1.0.

Repository: mesos
Updated Branches:
  refs/heads/master bbd3aaff9 -> e2b32b877


Bumped the CSI spec bundle to 0.1.0.

The bundle is generated as follows:

1. Download the tarball from the following link:
   https://github.com/container-storage-interface/spec/releases
2. Run the following commands:
   tar zxf v0.1.0.tar.gz
   mv spec-0.1.0 csi-0.1.0
   tar zcf csi-0.1.0.tar.gz csi-0.1.0

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


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

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

----------------------------------------------------------------------
 3rdparty/csi-0.1.0.tar.gz | Bin 66799 -> 67886 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e2b32b87/3rdparty/csi-0.1.0.tar.gz
----------------------------------------------------------------------
diff --git a/3rdparty/csi-0.1.0.tar.gz b/3rdparty/csi-0.1.0.tar.gz
index d2ff83e..37b1b4c 100644
Binary files a/3rdparty/csi-0.1.0.tar.gz and b/3rdparty/csi-0.1.0.tar.gz differ


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

Posted by ji...@apache.org.
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