Re: [Rpm-maint] [PATCH 2/2] set mtime of all .py files to date of last Changelog

2015-02-12 Thread Colin Walters
On Wed, Aug 13, 2014, at 07:12 AM, bmorb...@redhat.com wrote: > This ensures that rebuilds of an srpm result in the same .py{c,o} files, > even if the source files were modified during the build. > This should make the builds of most python packages reproducible. I like the idea here. Timestamps

Re: [Rpm-maint] [PATCH 2/2] set mtime of all .py files to date of last Changelog

2014-08-13 Thread bmorbach
On Wed, 2014-08-13 at 14:12 +0200, bmorb...@redhat.com wrote: > From: Benedikt Morbach > > This ensures that rebuilds of an srpm result in the same .py{c,o} files, > even if the source files were modified during the build. > This should make the builds of most python packages reproducible. > > T

[Rpm-maint] [PATCH 2/2] set mtime of all .py files to date of last Changelog

2014-08-13 Thread bmorbach
From: Benedikt Morbach This ensures that rebuilds of an srpm result in the same .py{c,o} files, even if the source files were modified during the build. This should make the builds of most python packages reproducible. The downside here is that we don't preserve the mtime of the sources anymore.