Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-26 Thread Thomas Monjalon
27/11/2023 18:00, Bruce Richardson: > On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > > 06/07/2023 14:49, Christian Ehrhardt: > > > On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon > > > wrote: > > > > > > > > 29/06/2023 14:58, christian.ehrha...@canonical.com: > > > > > From: Ch

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-20 Thread Thomas Monjalon
20/05/2024 17:39, Stephen Hemminger: > On Mon, 20 May 2024 10:53:07 +0100 > Luca Boccassi wrote: > > > On Sun, 19 May 2024 at 22:11, Thomas Monjalon wrote: > > > > > > 19/05/2024 19:23, Luca Boccassi: > > > > On Sun, 19 May 2024 at 18:13, Thomas Monjalon > > > > wrote: > > > > > > > > > >

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-20 Thread Luca Boccassi
On Sun, 19 May 2024 at 22:11, Thomas Monjalon wrote: > > 19/05/2024 19:23, Luca Boccassi: > > On Sun, 19 May 2024 at 18:13, Thomas Monjalon wrote: > > > > > > 19/05/2024 18:36, Luca Boccassi: > > > > On Sun, 19 May 2024 at 15:01, Thomas Monjalon > > > > wrote: > > > > > 17/05/2024 13:29, Luca B

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-19 Thread Thomas Monjalon
19/05/2024 19:23, Luca Boccassi: > On Sun, 19 May 2024 at 18:13, Thomas Monjalon wrote: > > > > 19/05/2024 18:36, Luca Boccassi: > > > On Sun, 19 May 2024 at 15:01, Thomas Monjalon wrote: > > > > 17/05/2024 13:29, Luca Boccassi: > > > > > On Mon, 27 Nov 2023 at 17:04, Bruce Richardson > > > > >

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-19 Thread Luca Boccassi
On Sun, 19 May 2024 at 18:13, Thomas Monjalon wrote: > > 19/05/2024 18:36, Luca Boccassi: > > On Sun, 19 May 2024 at 15:01, Thomas Monjalon wrote: > > > 17/05/2024 13:29, Luca Boccassi: > > > > On Mon, 27 Nov 2023 at 17:04, Bruce Richardson > > > > wrote: > > > > > > > > > > On Mon, Nov 27, 2023

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-19 Thread Thomas Monjalon
19/05/2024 18:36, Luca Boccassi: > On Sun, 19 May 2024 at 15:01, Thomas Monjalon wrote: > > 17/05/2024 13:29, Luca Boccassi: > > > On Mon, 27 Nov 2023 at 17:04, Bruce Richardson > > > wrote: > > > > > > > > On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > > > > > I would prefer

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-19 Thread Luca Boccassi
On Sun, 19 May 2024 at 15:01, Thomas Monjalon wrote: > > 17/05/2024 13:29, Luca Boccassi: > > On Mon, 27 Nov 2023 at 17:04, Bruce Richardson > > wrote: > > > > > > On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > > > > 06/07/2023 14:49, Christian Ehrhardt: > > > > > On Mon, Jul

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-19 Thread Thomas Monjalon
17/05/2024 13:29, Luca Boccassi: > On Mon, 27 Nov 2023 at 17:04, Bruce Richardson > wrote: > > > > On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > > > 06/07/2023 14:49, Christian Ehrhardt: > > > > On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon > > > > wrote: > > > > > > > > >

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-17 Thread Luca Boccassi
On Mon, 27 Nov 2023 at 17:04, Bruce Richardson wrote: > > On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > > 06/07/2023 14:49, Christian Ehrhardt: > > > On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon > > > wrote: > > > > > > > > 29/06/2023 14:58, christian.ehrha...@canonical.co

Re: [PATCH] doc: ensure sphinx output is reproducible

2023-11-27 Thread Bruce Richardson
On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > 06/07/2023 14:49, Christian Ehrhardt: > > On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon wrote: > > > > > > 29/06/2023 14:58, christian.ehrha...@canonical.com: > > > > From: Christian Ehrhardt > > > > > > > > By adding -j we build

Re: [PATCH] doc: ensure sphinx output is reproducible

2023-11-27 Thread Thomas Monjalon
06/07/2023 14:49, Christian Ehrhardt: > On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon wrote: > > > > 29/06/2023 14:58, christian.ehrha...@canonical.com: > > > From: Christian Ehrhardt > > > > > > By adding -j we build in parallel, to make building on multiprocessor > > > machines more effective.

Re: [PATCH] doc: ensure sphinx output is reproducible

2023-07-06 Thread Christian Ehrhardt
On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon wrote: > > 29/06/2023 14:58, christian.ehrha...@canonical.com: > > From: Christian Ehrhardt > > > > By adding -j we build in parallel, to make building on multiprocessor > > machines more effective. While that works it does also break > > reproducibl

Re: [PATCH] doc: ensure sphinx output is reproducible

2023-07-03 Thread Thomas Monjalon
29/06/2023 14:58, christian.ehrha...@canonical.com: > From: Christian Ehrhardt > > By adding -j we build in parallel, to make building on multiprocessor > machines more effective. While that works it does also break > reproducible builds as the order of the sphinx generated searchindex.js > is de

Re: [PATCH] doc: ensure sphinx output is reproducible

2023-06-29 Thread Christian Ehrhardt
On Thu, Jun 29, 2023 at 2:58 PM wrote: > > From: Christian Ehrhardt > > By adding -j we build in parallel, to make building on multiprocessor > machines more effective. While that works it does also break > reproducible builds as the order of the sphinx generated searchindex.js > is depending on

[PATCH] doc: ensure sphinx output is reproducible

2023-06-29 Thread christian . ehrhardt
From: Christian Ehrhardt By adding -j we build in parallel, to make building on multiprocessor machines more effective. While that works it does also break reproducible builds as the order of the sphinx generated searchindex.js is depending on execution speed of the individual processes. Signed-