Is there any way of getting the SHA1 of the PEX file after it's built? Perhaps saved into an environment variable that something like Jenkins could then read. PEX currently extracts them to the default root folder in a subfolder using the SHA1 as the name. Or perhaps a PEX_ROOT type option that forces it to extract into a folder w/o creating a subfolder with the SHA1, deleting all files inside prior to writing.
I'm trying to set the static root option in my nginx config to serve the resource files, and it would be easier if the extracted paths are predictable each time.
Thanks,
Eric