From 2637c3f098d33e601f3d09038b11be5f32da4b24 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 19 Jun 2017 21:00:33 -0400 Subject: 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. --- libs/common | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') 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" -- cgit v1.2.3-70-g09d2