Re: [dpdk-dev] [PATCH v4 0/6] Reproducible build

2017-08-11 Thread Luca Boccassi
On Wed, 2017-06-28 at 17:04 +0100, Bruce Richardson wrote: > On Wed, Jun 28, 2017 at 08:57:33AM -0700, Stephen Hemminger wrote: > > On Wed, 28 Jun 2017 14:56:56 +0100 > > wrote: > > > > > From: Luca Boccassi > > > > > > In the past couple of years a concerted effort among almost all > > > Linux

Re: [dpdk-dev] [PATCH v4 0/6] Reproducible build

2017-06-28 Thread Luca Boccassi
On Wed, 2017-06-28 at 17:04 +0100, Bruce Richardson wrote: > On Wed, Jun 28, 2017 at 08:57:33AM -0700, Stephen Hemminger wrote: > > On Wed, 28 Jun 2017 14:56:56 +0100 > > wrote: > > > > > From: Luca Boccassi > > > > > > In the past couple of years a concerted effort among almost all > > > Linux

Re: [dpdk-dev] [PATCH v4 0/6] Reproducible build

2017-06-28 Thread Bruce Richardson
On Wed, Jun 28, 2017 at 08:57:33AM -0700, Stephen Hemminger wrote: > On Wed, 28 Jun 2017 14:56:56 +0100 > wrote: > > > From: Luca Boccassi > > > > In the past couple of years a concerted effort among almost all Linux > > distros has been striving toward achieving reproducible builds. [1] > > Th

Re: [dpdk-dev] [PATCH v4 0/6] Reproducible build

2017-06-28 Thread Stephen Hemminger
On Wed, 28 Jun 2017 14:56:56 +0100 wrote: > From: Luca Boccassi > > In the past couple of years a concerted effort among almost all Linux > distros has been striving toward achieving reproducible builds. [1] > This involves changes to the toolchain, new tools and CI systems. [2] > > v1 fixed t

[dpdk-dev] [PATCH v4 0/6] Reproducible build

2017-06-28 Thread lboccass
From: Luca Boccassi In the past couple of years a concerted effort among almost all Linux distros has been striving toward achieving reproducible builds. [1] This involves changes to the toolchain, new tools and CI systems. [2] v1 fixed the documentation, examples and linker script generation. v