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

2015-12-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> + fixed_time = -1; -1 is actually perfectly valid. Can we have a second boolean to avoid special-casing -1? signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/g

[PATCH v3 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