Re: [Xen-devel] [PATCH 3/5] INSTALL: mention variables for reproducible builds

2015-03-25 Thread Ian Campbell
On Wed, 2015-03-25 at 09:49 +0100, Olaf Hering wrote: > On Tue, Mar 24, Ian Campbell wrote: > > > On Fri, 2015-03-20 at 18:24 +0100, Olaf Hering wrote: > > > +Some components of xen and tools will include an unpredictable timestamp > > > +into the binaries. To allow reproducible builds the followi

Re: [Xen-devel] [PATCH 3/5] INSTALL: mention variables for reproducible builds

2015-03-25 Thread Olaf Hering
On Tue, Mar 24, Ian Campbell wrote: > On Fri, 2015-03-20 at 18:24 +0100, Olaf Hering wrote: > > +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

Re: [Xen-devel] [PATCH 3/5] INSTALL: mention variables for reproducible builds

2015-03-24 Thread Ian Campbell
On Fri, 2015-03-20 at 18:24 +0100, Olaf Hering wrote: > 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 > --- > I

[Xen-devel] [PATCH 3/5] INSTALL: mention variables for reproducible builds

2015-03-20 Thread Olaf Hering
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 --- INSTALL | 6 ++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/I