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/07/04 15:37:08 UTC

aurora git commit: Upgrade to pants 1.1.0-pre6.

Repository: aurora
Updated Branches:
  refs/heads/master 311b8924d -> 43db92962


Upgrade to pants 1.1.0-pre6.

This picks up a fix for creating wheels for aurora components.

Release notes here:
  https://pypi.python.org/pypi/pantsbuild.pants/1.1.0-pre6

Bugs closed: AURORA-1620

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


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

Branch: refs/heads/master
Commit: 43db929628c424892715102d3d929e731f321189
Parents: 311b892
Author: John Sirois <js...@apache.org>
Authored: Mon Jul 4 09:37:05 2016 -0600
Committer: John Sirois <jo...@gmail.com>
Committed: Mon Jul 4 09:37:05 2016 -0600

----------------------------------------------------------------------
 pants.ini | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/43db9296/pants.ini
----------------------------------------------------------------------
diff --git a/pants.ini b/pants.ini
index 1043275..dc11d50 100644
--- a/pants.ini
+++ b/pants.ini
@@ -12,12 +12,18 @@
 # limitations under the License.
 
 [GLOBAL]
-pants_version: 0.0.80
+pants_version: 1.1.0-pre6
 
 plugins: [
     'pantsbuild.pants.contrib.python.checks==%(pants_version)s',
   ]
 
+backend_packages: [
+    # Pants built-ins:
+    'pants.backend.codegen',
+    'pants.backend.graph_info',
+    'pants.backend.python',
+  ]
 
 [thrift-binary]
 # Pants 0.0.57 defaults to 0.9.2, we want to stay pinned down to 0.9.1 for now.