You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/10/23 18:13:24 UTC

aurora git commit: Upgrade pants to the 1.3.0 dev series.

Repository: aurora
Updated Branches:
  refs/heads/master f4259c4b7 -> e1cde4f2d


Upgrade pants to the 1.3.0 dev series.

This gets rid of an impossible to work around warning emitted by every
pants invocation and prepares for consuming an upcoming pants change
that will allow Aurora to use the thrift binary selected by
`build-support/thrift/thriftw` consistently everywhere.

Reviewed at https://reviews.apache.org/r/52915/


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

Branch: refs/heads/master
Commit: e1cde4f2d6906f2cf758e8393c9cac4a14ed428e
Parents: f4259c4
Author: John Sirois <js...@apache.org>
Authored: Sun Oct 23 14:13:20 2016 -0400
Committer: John Sirois <jo...@gmail.com>
Committed: Sun Oct 23 14:13:20 2016 -0400

----------------------------------------------------------------------
 pants.ini | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/e1cde4f2/pants.ini
----------------------------------------------------------------------
diff --git a/pants.ini b/pants.ini
index 6ed4186..cecdb27 100644
--- a/pants.ini
+++ b/pants.ini
@@ -12,17 +12,12 @@
 # limitations under the License.
 
 [GLOBAL]
-pants_version: 1.2.0rc0
+pants_version: 1.3.0dev0
 
 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',