-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18537/
-----------------------------------------------------------
(Updated April 27, 2014, 2:10 a.m.)
Review request for Aurora, Kevin Sweeney and Bill Farner.
Changes
-------
Rebase and simplifies the Python check in Gradle based on jfarrell's suggestion.
Bugs: AURORA-227
https://issues.apache.org/jira/browse/AURORA-227
Repository: aurora
Description
-------
AURORA-227: Aurora build should check for the Python version
Diffs (updated)
-----
build-support/pex 19c33210da7c390523b5890e20a137006345a62a
build.gradle cb04661ecdbb17cac34f52167494bf08286c0841
Diff: https://reviews.apache.org/r/18537/diff/
Testing
-------
Running ./gradlew checkPythonVersion with Python != 2.6 or 2.7 results in:
:checkPythonVersion FAILED
FAILURE: Build failed with an exception.
* Where:
Build file '/home/daniel/Projects/incubator-aurora/build.gradle' line: 257
* What went wrong:
Execution failed for task ':checkPythonVersion'.
> Build requires Python 2.6 or Python 2.7
Thanks,
Dan Norris