Open
Description
This thread is to track various issue about making reproducible engine zip.
Things that may prevent zip to be reproducible:
- zip metadata like file data, file time, file permission
- in which order the files are added to the zip archive
- zip recompression (I currently use
advzip -r -k -4 <zip file>
before distribution)