mbox series

[v1,0/2] Reproducibility: use of SOURCE_DATE_EPOCH

Message ID cover.1604156731.git.frederic.pierret@qubes-os.org (mailing list archive)
Headers show
Series Reproducibility: use of SOURCE_DATE_EPOCH | expand

Message

Frédéric Pierret Oct. 31, 2020, 3:14 p.m. UTC
It intends to take into account feedback on previous patch removing timestamp
from xen efi binary. If defined, we can set build dates and time variables with
respect to SOURCE_DATE_EPOCH. A default value is provided if sources
come from git repository else, that's up to the builder to handle it.

Frédéric Pierret (fepitre) (2):
  Define build dates/time based on SOURCE_DATE_EPOCH
  Define SOURCE_DATE_EPOCH based on git log

 tools/firmware/hvmloader/Makefile | 4 ++++
 tools/firmware/vgabios/Makefile   | 4 ++++
 xen/Makefile                      | 7 +++++++
 3 files changed, 15 insertions(+)