Skip to content

Commit

Permalink
Simplify pants.pex creation, leverage -c. (#6620)
Browse files Browse the repository at this point in the history
This lets the full entry-point live in less places. The `pants` console
script will be much more stable and it's easy to remember / ~obviously
right.

I forgot to leverage the work in
pex-tool/pex#545 when upgrading from
pex 1.4.5 to 1.4.8 as part of #5922.
  • Loading branch information
jsirois authored Oct 11, 2018
1 parent 7ff58b4 commit b5cf66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ function build_pex() {

./${PEX_PEX} \
-o "${dest}" \
--entry-point="pants.bin.pants_loader:main" \
--script=pants \
--no-build \
--no-pypi \
--disable-cache \
Expand Down

0 comments on commit b5cf66b

Please sign in to comment.