-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27586/#review59927
-----------------------------------------------------------
Master (9847b7b) is red with this patch.
./build-support/jenkins/build.sh
pants build (options) [spec] (build args)
pants build (options) [spec]... -- (build args)
Options:
--version show program's version number and exit
--no-pantsrc Specifies that pantsrc files should be ignored.
--log-exit Log an exit message on success or failure.
-t CONN_TIMEOUT, --timeout=CONN_TIMEOUT
Number of seconds to wait for http connections.
-i INTERPRETERS, --interpreter=INTERPRETERS
Constrain what Python interpreters to use. Uses
Requirement format from pkg_resources, e.g.
'CPython>=2.6,<3' or 'PyPy'. By default, no
constraints are used. Multiple constraints may be
added. They will be ORed together.
-v, --verbose Show verbose output.
-f, --fast Run tests in a single chroot.
Builds the specified Python target(s). Use ./pants goal for JVM and other
targets.
- Aurora ReviewBot
On Nov. 5, 2014, 3:34 a.m., Zameer Manji wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27586/
> -----------------------------------------------------------
>
> (Updated Nov. 5, 2014, 3:34 a.m.)
>
>
> Review request for Aurora and Bill Farner.
>
>
> Bugs: AURORA-456
> https://issues.apache.org/jira/browse/AURORA-456
>
>
> Repository: aurora
>
>
> Description
> -------
>
> This patch prevents aurora version from crashing when it is built with a
> different version of pants.
>
>
> Diffs
> -----
>
> src/main/python/apache/aurora/client/commands/core.py
> 1644f84b5887c2f8172789d82de00e6a735f5d0c
> src/test/python/apache/aurora/client/commands/BUILD
> 17933dedfa08c9d12c369087bf801e7c35cdde9b
> src/test/python/apache/aurora/client/commands/test_version.py PRE-CREATION
>
> Diff: https://reviews.apache.org/r/27586/diff/
>
>
> Testing
> -------
>
> [tw-mbp-zmanji aurora (fix-version)]$ ./pants
> ./src/main/python/apache/aurora/client/cli:aurora2
> Build operating on top level addresses:
> set([BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/cli/BUILD,
> aurora2)])
> Building PythonBinary
> PythonBinary(BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/cli/BUILD,
> aurora2)):
> Wrote /Users/zmanji/workspace/aurora/dist/aurora2.pex
> [tw-mbp-zmanji aurora (fix-version)]$ ./pants
> src/main/python/apache/aurora/client/bin:aurora_client
> Build operating on top level addresses:
> set([BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/bin/BUILD,
> aurora_client)])
> Building PythonBinary
> PythonBinary(BuildFileAddress(/Users/zmanji/workspace/aurora/src/main/python/apache/aurora/client/bin/BUILD,
> aurora_client)):
> Wrote /Users/zmanji/workspace/aurora/dist/aurora_client.pex
> [tw-mbp-zmanji aurora (fix-version)]$ ./dist/aurora2.pex version
> Aurora client build info:
> sha: d03187404dac583884a979dd302dd3cd36163c98
> date: Tuesday Nov 04, 2014 11:39:07
> Aurora API version: APIVersion(major=3)
> [tw-mbp-zmanji aurora (fix-version)]$ ./dist/aurora_client.pex version
> Aurora client build info:
> sha: d03187404dac583884a979dd302dd3cd36163c98
> date: Tuesday Nov 04, 2014 11:39:18
> Aurora API version: APIVersion(major=3)
>
>
> Thanks,
>
> Zameer Manji
>
>