Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document which components perform network calls #39

Open
sureshjoshi opened this issue Dec 20, 2022 · 2 comments
Open

Document which components perform network calls #39

sureshjoshi opened this issue Dec 20, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@sureshjoshi
Copy link
Member

For those of us who use lulu or similar, any new application which calls out to the network needs to be approved.

In existing Pants, it's the system/pyenv Python, while now it's ptex and standalone Python.

I can tackle this one when I next wipe my rules, so I can give examples.

@sureshjoshi sureshjoshi added the documentation Improvements or additions to documentation label Dec 20, 2022
@sureshjoshi sureshjoshi self-assigned this Dec 20, 2022
@sureshjoshi
Copy link
Member Author

Appears to only be two items:

  • ptex on port 443 located at {CACHE_DIR}/nce/{digest}/ptex
  • python3.9 on port 443 located at {CACHE_DIR}/nce/{digest}...-install_only.tar.gz/python/bin/python3.9

Afterwards, it's regular Pants stuff

@jsirois
Copy link
Contributor

jsirois commented Dec 28, 2022

Yeah, that squares. It's ptex to fetch a PBS distribution, then some pip installs using that distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants