You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/04/01 19:34:26 UTC

git commit: Fixed make dist to properly extract PicoJSON.

Repository: mesos
Updated Branches:
  refs/heads/master f4ca4d35a -> 1828dd379


Fixed make dist to properly extract PicoJSON.

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


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

Branch: refs/heads/master
Commit: 1828dd379aff544c8aca1e533cbfaad13e43c51f
Parents: f4ca4d3
Author: Chengwei Yang <ch...@gmail.com>
Authored: Tue Apr 1 10:33:40 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Tue Apr 1 10:33:40 2014 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1828dd37/3rdparty/libprocess/3rdparty/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/Makefile.am b/3rdparty/libprocess/3rdparty/Makefile.am
index 73c9c2e..eaa0db0 100644
--- a/3rdparty/libprocess/3rdparty/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/Makefile.am
@@ -36,7 +36,7 @@ EXTRA_DIST =			\
   $(LIBEV).tar.gz		\
   $(PROTOBUF).tar.gz		\
   $(RY_HTTP_PARSER).tar.gz	\
-  $(PICOJSON).zip
+  $(PICOJSON).tar.gz
 
 # We need to patch glog in order to deal with a compilation issue when
 # compiling with clang (and C++11); see MESOS-860, MESOS-966.