aboutsummaryrefslogtreecommitdiff
path: root/libs/common
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-06-19 21:00:33 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-06-19 21:34:29 -0400
commit2637c3f098d33e601f3d09038b11be5f32da4b24 (patch)
tree232c336694a9e3d72bc09fcc42d9e264c6e7eead /libs/common
parent5787cc7698de91a80806275e863d8392f96744e2 (diff)
downloadlibrebootfr-2637c3f098d33e601f3d09038b11be5f32da4b24.tar.gz
librebootfr-2637c3f098d33e601f3d09038b11be5f32da4b24.zip
Added vars RANDOM_SEED, LIBFAKETIME_PATH + misc.
All environment variables necessary for creating reproducible builds should now be present. If libfaketime is not linked then the only reproducibility-related variables SOURCE_DATE_EPOCH and RANDOM_SEED (gcc flag -frandom-seed) will be used. -frandom-seed will be added in a later commit.
Diffstat (limited to 'libs/common')
-rwxr-xr-xlibs/common1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/common b/libs/common
index 8f1379ee..281728bc 100755
--- a/libs/common
+++ b/libs/common
@@ -35,6 +35,7 @@ BLOBS_IGNORE="blobs-ignore"
BLOBS_DISCOVER="blobs-discover"
DOTEPOCH=".epoch"
+DOTRNDSEED=".rndseed"
DOTVERSION=".version"
DOTREVISION=".revision"
DOTTARFILES=".tarfiles"