summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-20 18:15:40 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-20 18:16:50 +0900
commitea3c76b1b272f7699c6ef32b164881fc7cf591a6 (patch)
tree0ce92240fa14e3e26a26952614ff857e11382843
parent324a3cbd69026fa565bbeb174a308456f1ef8fa6 (diff)
downloadbuildstream-ea3c76b1b272f7699c6ef32b164881fc7cf591a6.tar.gz
data/projectconfig.yaml: Fixes #105 - Set SOURCE_DATE_EPOCH to constant value
-rw-r--r--buildstream/data/projectconfig.yaml2
1 files changed, 2 insertions, 0 deletions
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.