You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/11/02 07:58:47 UTC

mesos git commit: Migrated `3rdparty/mesos-3rdparty` to `mesos/3rdparty`.

Repository: mesos
Updated Branches:
  refs/heads/master 9e8bb0c39 -> 3c58d1caa


Migrated `3rdparty/mesos-3rdparty` to `mesos/3rdparty`.

We currently keep some of our 3rdparty bundled dependencies in
an external repository in order to reduce the tarball churn in
the Mesos repository which would bloat the git repository.

The intent is for `github.com/3rdparty/mesos-3rdparty` to be
migrated to `github.com/mesos/3rdparty` along with this patch.

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


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

Branch: refs/heads/master
Commit: 3c58d1caa822db28e5bd2fd9f118fd335a73d2b1
Parents: 9e8bb0c
Author: Michael Park <mp...@apache.org>
Authored: Wed Nov 1 14:47:56 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Thu Nov 2 00:57:33 2017 -0700

----------------------------------------------------------------------
 cmake/CompilationConfigure.cmake | 2 +-
 docs/cmake.md                    | 2 +-
 docs/configuration/cmake.md      | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3c58d1ca/cmake/CompilationConfigure.cmake
----------------------------------------------------------------------
diff --git a/cmake/CompilationConfigure.cmake b/cmake/CompilationConfigure.cmake
index 929e45b..83ccfd2 100644
--- a/cmake/CompilationConfigure.cmake
+++ b/cmake/CompilationConfigure.cmake
@@ -119,7 +119,7 @@ endif ()
 # builds, because building on MSVC 1900 requires newer versions of some
 # dependencies than the ones bundled in the Mesos repository.
 set(
-  3RDPARTY_DEPENDENCIES "https://github.com/3rdparty/mesos-3rdparty/raw/master"
+  3RDPARTY_DEPENDENCIES "https://github.com/mesos/3rdparty/raw/master"
   CACHE STRING
     "URL or filesystem path with a fork of the canonical 3rdparty repository")
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/3c58d1ca/docs/cmake.md
----------------------------------------------------------------------
diff --git a/docs/cmake.md b/docs/cmake.md
index 1e1a27e..84cc319 100644
--- a/docs/cmake.md
+++ b/docs/cmake.md
@@ -256,7 +256,7 @@ as `$<$<CONFIG:Debug>:DEBUG_MODE>`.
 ## `3RDPARTY_DEPENDENCIES`
 
 Until Mesos on Windows is stable, we keep some dependencies in an external
-repository, [mesos-3rdparty](https://github.com/3rdparty/mesos-3rdparty). When
+repository, [3rdparty](https://github.com/mesos/3rdparty). When
 all dependencies are bundled with Mesos, this extra repository will no longer be
 necessary. Until then, the CMake variable `3RDPARTY_DEPENDENCIES` points by
 default to this URL, but it can also point to the on-disk location of a local

http://git-wip-us.apache.org/repos/asf/mesos/blob/3c58d1ca/docs/configuration/cmake.md
----------------------------------------------------------------------
diff --git a/docs/configuration/cmake.md b/docs/configuration/cmake.md
index 68757d3..5364b1e 100644
--- a/docs/configuration/cmake.md
+++ b/docs/configuration/cmake.md
@@ -83,7 +83,7 @@ See more information in the [CMake documentation](../cmake.md).
       will acquire the dependency from the location specified by the
       <code>3RDPARTY_DEPENDENCIES</code>, which by default points to the
       official Mesos <a
-      href="https://github.com/3rdparty/mesos-3rdparty">third-party dependency
+      href="https://github.com/mesos/3rdparty">third-party dependency
       mirror</a>. [default=TRUE]
     </td>
   </tr>
@@ -141,10 +141,10 @@ See more information in the [CMake documentation](../cmake.md).
       newer versions of some dependencies, and since Windows does not have a
       package manager, we must acquire system dependencies like cURL. This
       parameter can be either a URL (for example, pointing at the Mesos official
-      <a href="https://github.com/3rdparty/mesos-3rdparty">third-party
+      <a href="https://github.com/mesos/3rdparty">third-party
       dependency mirror</a>), or a local folder (for example, a local clone of
       the dependency mirror).
-      [default="https://github.com/3rdparty/mesos-3rdparty/raw/master"]
+      [default="https://github.com/mesos/3rdparty/raw/master"]
     </td>
   </tr>
   <tr>