You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/01/13 08:24:39 UTC

[buildstream] 01/01: data/projectconfig.yaml: Syncrhonize SOURCE_DATE_EPOCH

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/sync-base-time-stamps
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit e29f1e5e08bd2ad2a32256283ac43b79730ee5ca
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Jan 13 17:22:58 2022 +0900

    data/projectconfig.yaml: Syncrhonize SOURCE_DATE_EPOCH
    
    This was intended to be equal to BST_ARBITRARY_TIMESTAMP at 2011-11-11,
    but was erronously set to 3pm UTC (and midnight korea time).
    
    Fixes #1384
---
 src/buildstream/data/projectconfig.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/buildstream/data/projectconfig.yaml b/src/buildstream/data/projectconfig.yaml
index d6d08b0..4c154d2 100644
--- a/src/buildstream/data/projectconfig.yaml
+++ b/src/buildstream/data/projectconfig.yaml
@@ -56,8 +56,8 @@ environment:
   HOME: /tmp
   TZ: UTC
 
-  # For reproducible builds we use 2011-11-11 as a constant
-  SOURCE_DATE_EPOCH: 1320937200
+  # For reproducible builds we use 2011-11-11 UTC as a constant
+  SOURCE_DATE_EPOCH: 1320969600
 
 # List of environment variables which should not be taken into
 # account when calculating a cache key for a given element.