-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18537/
-----------------------------------------------------------
(Updated March 21, 2014, 2:59 p.m.)
Review request for Aurora, Kevin Sweeney and Bill Farner.
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
-----
build-support/pex 8a1574c90fc41e8ed609bc93ca8d9be4fdc50b12
build.gradle 9b8827ea05932620ebac4929838c158e853d73ae
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