ansible-coreos-bootstrap icon indicating copy to clipboard operation
ansible-coreos-bootstrap copied to clipboard

Validate SHA of PyPy tar

Open pquerna opened this issue 10 years ago • 3 comments

While it would be great to use GPG or another validation mech, the easiest thing for now is to hard code the SHA512 of the pypy-2.4.0.tar.bz2 into the bootstrap.sh....

https://gist.github.com/pquerna/b8925406e445288368d2

Is a derivative going down this path, but I also moved it into /opt by default.

pquerna avatar Nov 14 '15 00:11 pquerna

I've also switched to using a newer version of PyPy... which broke, so I switched to Portable PyPy:

https://gist.github.com/pquerna/eb95ad6884a0cdd8dcb8

https://github.com/squeaky-pl/portable-pypy

pquerna avatar Nov 20 '15 20:11 pquerna

would look at a PR :)

defunctzombie avatar Dec 07 '15 11:12 defunctzombie

https://github.com/defunctzombie/ansible-coreos-bootstrap/pull/45

goshlanguage avatar Apr 22 '17 22:04 goshlanguage