jku / pip

pip fork to experiment with PEP-458 implementation https://www.python.org/dev/peps/pep-0458/: See branch tuf-v2 (and tuf-mvp and tuf-mvp-vendored for earlier work)
https://pip.pypa.io/
MIT License
1 stars 0 forks source link

handle _bootstrap_metadata() failures #17

Closed jku closed 3 years ago

jku commented 4 years ago

if _bootstrap_metadata() fails (maybe fails to copy a file?) we should probably remove the whole target directory and then fail

jku commented 3 years ago

commit 958ab75302d64d2238fea8205285a590843d0a0b (HEAD -> tuf-mvp, jku/tuf-mvp) secure_update: Clean up if metadata bootstrap fails