Repository: aurora Updated Branches: refs/heads/master 21fe181e1 -> e67c6a732
Upgrade pants to 1.1.0-rc7. This helps test the pants release candidate to pave our way to upgrade to the 1.1.0 release upgrade and it now limits our backends to python-only for real. This means ivy is no longer bootstrapped to run python tests for example. Reviewed at https://reviews.apache.org/r/49872/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/e67c6a73 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/e67c6a73 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/e67c6a73 Branch: refs/heads/master Commit: e67c6a732c00786bc74d63d4fb2b9f5f398c5435 Parents: 21fe181 Author: John Sirois <[email protected]> Authored: Tue Jul 12 09:00:02 2016 -0600 Committer: John Sirois <[email protected]> Committed: Tue Jul 12 09:00:02 2016 -0600 ---------------------------------------------------------------------- pants.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/e67c6a73/pants.ini ---------------------------------------------------------------------- diff --git a/pants.ini b/pants.ini index dc11d50..de0ab30 100644 --- a/pants.ini +++ b/pants.ini @@ -12,12 +12,17 @@ # limitations under the License. [GLOBAL] -pants_version: 1.1.0-pre6 +pants_version: 1.1.0-rc7 plugins: [ 'pantsbuild.pants.contrib.python.checks==%(pants_version)s', ] +# This is a deprecated option that needs to be set to the empty list here +# to avoid warnings. +# TODO(John Sirois): Remove once we upgrade to 1.3.0+. +default_backend_packages: [] + backend_packages: [ # Pants built-ins: 'pants.backend.codegen',
