From ea3c76b1b272f7699c6ef32b164881fc7cf591a6 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 20 Oct 2017 18:15:40 +0900 Subject: data/projectconfig.yaml: Fixes #105 - Set SOURCE_DATE_EPOCH to constant value --- buildstream/data/projectconfig.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml index aca021618..348fda357 100644 --- a/buildstream/data/projectconfig.yaml +++ b/buildstream/data/projectconfig.yaml @@ -75,6 +75,8 @@ environment: LC_ALL: C HOME: /tmp TZ: UTC + # For reproducible builds, lets use 2011-11-11 as a constant + SOURCE_DATE_EPOCH: 1320937200 # List of environment variables which should not be taken into # account when calculating a cache key for a given element. -- cgit v1.2.1