foursquare / fsqio

A monorepo that holds all of Foursquare's opensource projects
Apache License 2.0
252 stars 54 forks source link

Update opensource-pants-env.sh #54

Closed jglesner closed 6 years ago

jglesner commented 6 years ago

The Python CDN has moved from "pypi.python.org" to "files.pythonhosted.org". Curl must be told to follow those redirects in order to successfully download the virtualenv. Otherwise, it downloads the Move response to a file which isn't a tarball, and prevents twofishes (and possibly other elements of fsqio) from serving and parsing.

mateor commented 6 years ago

Thanks for the patch!

I will land this commit internally and you will see it when we next update Fsq.io (intend to get that done this week).

mateor commented 6 years ago

The patch landed and the updated Fsq.io codebase has been deployed: https://github.com/foursquare/fsqio/commit/7b201636cf087d5bdca43768e70f69ebcc5545bf

Thanks for putting up the PR :)