Repository: aurora Updated Branches: refs/heads/master cc7f5a121 -> ba9819ea1
Restore the third_party python repo, needed for mesos.native egg. Bugs closed: AURORA-1538 Reviewed at https://reviews.apache.org/r/40299/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/ba9819ea Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/ba9819ea Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/ba9819ea Branch: refs/heads/master Commit: ba9819ea12c5f98d047cb36d99b7f444654218ba Parents: cc7f5a1 Author: Bill Farner <[email protected]> Authored: Fri Nov 13 09:24:41 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Fri Nov 13 09:24:41 2015 -0800 ---------------------------------------------------------------------- pants.ini | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/ba9819ea/pants.ini ---------------------------------------------------------------------- diff --git a/pants.ini b/pants.ini index b12248c..319d38e 100644 --- a/pants.ini +++ b/pants.ini @@ -29,3 +29,8 @@ interpreter_requirement: CPython>=2.7,<3 # isolates one pytest session in one chroot per test target. More info here: # http://pantsbuild.github.io/options_reference.html#group_testpytest fast: False + + +[python-repos] +# This is needed for the mesos.native library, which must currently be fetched out-of-band. +repos: ['third_party/']
