Re: reproducible builds and python

2014-08-11 Thread Nick Coghlan
On 08/12/2014 04:01 AM, bmorbach wrote: > Hi everyone! > > I've been doing some work towards reproducible builds in Fedora (mostly > with various upstreams so far) and one of the elephants in the Room are > obviously Pythons .pyc and .pyo files. > > As those contain the mtime of the original .py

reproducible builds and python

2014-08-11 Thread bmorbach
Hi everyone! I've been doing some work towards reproducible builds in Fedora (mostly with various upstreams so far) and one of the elephants in the Room are obviously Pythons .pyc and .pyo files. As those contain the mtime of the original .py file, they might be different for each rebuild of an s