[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/3] reproducible builds
From: |
Andrei Borzenkov |
Subject: |
Re: [PATCH v3 0/3] reproducible builds |
Date: |
Sat, 5 Dec 2015 09:28:17 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
04.12.2015 21:32, Alexander Couzens пишет:
> Changelog:
>
> - v2:
> - 3/3: rewrite commit message
> - 3/3: rename variable into SOURCE_DATE_EPOCH
> - v3:
> - */3: initialize fixed_time argument
> - 1+2/3: remove argument letter '-t' only --fixed-time works
> - 1+2/3: initialize fixed_time = -1
>
> Alexander Couzens (3):
> mkstandalone: add argument --fixed-time to override mtime of files
> mkrescue: add argument --fixed-time to get reproducible uuids
> Makefile/coreboot use SOURCE_DATE_EPOCH as time source if set
>
Should not we convert 85a7be2414c4718e96d81a2ebaa70d0d42152e62 to use it
then instead of hardcoding time stamp? Then --fixed-time should probably
be promoted to common installer option.
> Makefile.am | 2 +-
> util/grub-mkrescue.c | 16 +++++++++++++++-
> util/grub-mkstandalone.c | 15 ++++++++++++++-
> 3 files changed, 30 insertions(+), 3 deletions(-)
>
- [PATCH 0/3] reproducible builds, Alexander Couzens, 2015/12/04
- [PATCH 1/3] mkstandalone: add argument --fixed-time to override mtime of files, Alexander Couzens, 2015/12/04
- [PATCH 2/3] mkrescue: add argument --fixed-time to get reproducible uuids, Alexander Couzens, 2015/12/04
- [PATCH 3/3] Makefile: use FIXED_TIMESTAMP for mkstandalone if set, Alexander Couzens, 2015/12/04
- [PATCH v3 0/3] reproducible builds, Alexander Couzens, 2015/12/04
- Re: [PATCH v3 0/3] reproducible builds,
Andrei Borzenkov <=
- [PATCH v3 1/3] mkstandalone: add argument --fixed-time to override mtime of files, Alexander Couzens, 2015/12/04
- [PATCH v3 2/3] mkrescue: add argument --fixed-time to get reproducible uuids, Alexander Couzens, 2015/12/04
- [PATCH v3 3/3] Makefile/coreboot use SOURCE_DATE_EPOCH as time source if set, Alexander Couzens, 2015/12/04