You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Brian Wickman <wi...@apache.org> on 2015/01/16 23:49:01 UTC

upgrading to pants 0.0.27

For those of you who hack on the Python components of Aurora, we're
upgrading to pants 0.0.27 here: https://reviews.apache.org/r/29866/ The
major change is that typing "goal" is no longer a thing.

To run tests:
./pants test <test target(s)>

and to build PEX binaries:
./pants binary <binary target(s)>

Let me know if you run into any issues from this upgrade.

~brian