Re: reproducible builds and python

2014-09-18 Thread Toshio Kuratomi
On Mon, Aug 11, 2014 at 08:01:23PM +0200, 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

Re: reproducible builds and python

2014-08-21 Thread Bohuslav Kabrda
- Original Message - > 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

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