From f5da952dbd2905910a0fb530d00944a9f6c5d4b4 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 1 Apr 2015 13:28:33 +0000 Subject: [PATCH] INSTALL: mention variables for reproducible builds Mention two variables introduced by commit ac977f5 ("use more fixed strings to build the hypervisor"). Signed-off-by: Olaf Hering Cc: Ian Campbell Cc: Ian Jackson Cc: Jan Beulich Cc: Keir Fraser Cc: Tim Deegan Acked-by: Ian Campbell --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index 13d7a17c33..1ed44bb8a3 100644 --- a/INSTALL +++ b/INSTALL @@ -211,6 +211,12 @@ changed with these variables. XEN_WHOAMI= XEN_DOMAIN= +Some components of xen and tools will include an unpredictable timestamp +into the binaries. To allow reproducible builds the following variables +can be used to provide fixed timestamps in the expected format. +XEN_BUILD_DATE= +XEN_BUILD_TIME=hh:mm:ss + The following variables can be used to tweak some aspects of the hypervisor build. verbose=y -- 2.39.5