simon-git: halibut (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Oct 4 12:47:48 BST 2021


TL;DR:
  52820e3 Support SOURCE_DATE_EPOCH to override the current time.

Repository:     https://git.tartarus.org/simon/halibut.git
On the web:     https://git.tartarus.org/?p=simon/halibut.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-10-04 12:47:48

commit 52820e307b050c856d9318bb4cc5975d5709f05f
web diff https://git.tartarus.org/?p=simon/halibut.git;a=commitdiff;h=52820e307b050c856d9318bb4cc5975d5709f05f;hp=8297799094d18320aa44845199d76c7b09f63379
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Sep 29 12:45:13 2021 +0100

    Support SOURCE_DATE_EPOCH to override the current time.
    
    This is apparently the standard method of making builds reproducible
    if they normally embed a timestamp: you set SOURCE_DATE_EPOCH in the
    environment to be a decimal representation of a time_t value, and the
    effect is that that is used in place of the current time.

 halibut.h |  2 ++
 input.c   |  4 ++--
 misc.c    | 18 ++++++++++++++++++
 winhelp.c |  2 +-
 4 files changed, 23 insertions(+), 3 deletions(-)



More information about the tartarus-commits mailing list