Re: [PATCH 1/3] mkstandalone: add argument --fixed-time to override mtime of files

2015-12-04 Thread Andrei Borzenkov
04.12.2015 21:00, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 04.12.2015 17:10, Alexander Couzens wrote: >> mkstandalone adds several files to an archive. Doing this it uses the >> mtime to give these files a timestamp. >> --fixed-time overrides these timestamps with a given. >> >> Replacing

Re: [PATCH 1/3] mkstandalone: add argument --fixed-time to override mtime of files

2015-12-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.12.2015 17:10, Alexander Couzens wrote: > mkstandalone adds several files to an archive. Doing this it uses the > mtime to give these files a timestamp. > --fixed-time overrides these timestamps with a given. > > Replacing all timestamps with a specific one is required > to get reproducible

[PATCH 1/3] mkstandalone: add argument --fixed-time to override mtime of files

2015-12-04 Thread Alexander Couzens
mkstandalone adds several files to an archive. Doing this it uses the mtime to give these files a timestamp. --fixed-time overrides these timestamps with a given. Replacing all timestamps with a specific one is required to get reproducible builds. See source epoch specification of reproducible-bu