Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 03:25:40PM +0100, Erik Cederstrand wrote: > Den 09/12/2011 kl. 14.37 skrev Ruslan Ermilov: > > > On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: > >> I've been working on a project to make it possible to produce deterministic &g

Re: Deterministic builds

2011-12-09 Thread Erik Cederstrand
Hi Ruslan, Den 09/12/2011 kl. 14.37 skrev Ruslan Ermilov: > On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: >> I've been working on a project to make it possible to produce deterministic >> builds with FreeBSD. By this I mean building a FreeBSD distributi

Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: > I've been working on a project to make it possible to produce deterministic > builds with FreeBSD. By this I mean building a FreeBSD distribution twice > from the same code base and having all files in the two distr

Deterministic builds

2011-12-09 Thread Erik Cederstrand
Hi all, I've been working on a project to make it possible to produce deterministic builds with FreeBSD. By this I mean building a FreeBSD distribution twice from the same code base and having all files in the two distributions match by md5 sum. Currently, this is not the case. My main