Skip to content

resolving TUF target name for project name #14

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

Open
jku opened this issue Oct 5, 2020 · 0 comments
Open

resolving TUF target name for project name #14

jku opened this issue Oct 5, 2020 · 0 comments
Labels

Comments

@jku
Copy link
Owner

jku commented Oct 5, 2020

Current release pip downloads https://pypi.org/simple/sampleproject when it wants the sampleproject index file. This won't work for TUF since we need a specific version of the index file.

This is being fixed in warehouse pypi/warehouse#8487 but the exact URL (and thus exact target name in TUF metadata) is not decided yet.

My work-in-progress banch uses {PROJECT}/index.html as target name which TUF then expands to https://pypi.org/simple/{PROJECT}/{HASH}.index.html for the download.

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

No branches or pull requests

1 participant