Repository: mesos Updated Branches: refs/heads/master d5974c0a7 -> f2bcfc335
Fix git clean -xdf skipping leveldb, removes internal .git dirs from leveldb tarball via 'git archive --format=tar.gz --prefix=leveldb/ origin/master > leveldb.tar.gz' MESOS-1764 Review: https://reviews.apache.org/r/25508 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f2bcfc33 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f2bcfc33 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f2bcfc33 Branch: refs/heads/master Commit: f2bcfc33598cfb7bd36ea761f37b5e07881d32e2 Parents: d5974c0 Author: Timothy St. Clair <[email protected]> Authored: Wed Sep 10 13:58:24 2014 -0500 Committer: Timothy St. Clair <[email protected]> Committed: Wed Sep 10 13:58:24 2014 -0500 ---------------------------------------------------------------------- 3rdparty/leveldb.tar.gz | Bin 688044 -> 195703 bytes 1 file changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f2bcfc33/3rdparty/leveldb.tar.gz ---------------------------------------------------------------------- diff --git a/3rdparty/leveldb.tar.gz b/3rdparty/leveldb.tar.gz index 2326611..b6ea2c7 100644 Binary files a/3rdparty/leveldb.tar.gz and b/3rdparty/leveldb.tar.gz differ
