pantsbuild / setup

Scripts for setting up Pants in your repo
Apache License 2.0
13 stars 30 forks source link

Add support for grabbing pants from a released pex. #27

Closed jsirois closed 9 months ago

jsirois commented 6 years ago

This could probably be done in a new setup script recommended to users over the old. Released pexes are hosted on github: https://github.com/pantsbuild/pants/releases/tag/release_1.9.0.dev1

huonw commented 9 months ago

Pants has moved on significantly since this was filed. In particular, this setup repo is focused on getting the https://github.com/pantsbuild/scie-pants runner, which is what actually installs pants itself (and now happens to use a released PEX, too).