Re: [PATCH] docker: pyenv: build at make -j$(nproc)

2019-09-12 Thread Stephen Finucane
On Fri, 2019-09-13 at 01:41 +1000, Daniel Axtens wrote: > This speeds up builds. I haven't measured by how much, but I have > observed 8 threads being complied rather than 1 on my laptop. > > Signed-off-by: Daniel Axtens Not tested, but if it works for you, I'm happy with it. Reviewed-by:

Re: [PATCH] docker: pyenv: build at make -j$(nproc)

2019-09-12 Thread Andrew Donnellan
On 12/9/19 4:41 pm, Daniel Axtens wrote: This speeds up builds. I haven't measured by how much, but I have observed 8 threads being complied rather than 1 on my laptop. Signed-off-by: Daniel Axtens Reviewed-by: Andrew Donnellan --- tools/docker/Dockerfile | 3 ++- 1 file changed, 2

[PATCH] docker: pyenv: build at make -j$(nproc)

2019-09-12 Thread Daniel Axtens
This speeds up builds. I haven't measured by how much, but I have observed 8 threads being complied rather than 1 on my laptop. Signed-off-by: Daniel Axtens --- tools/docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/docker/Dockerfile

[PATCH v7] Move to msgid based URLs

2019-09-12 Thread Daniel Axtens
Migrate our URL schema as follows: Patches: /project//patch// Cover Letters: /project//cover// The usual sub-resources (mbox, raw) hang off those URLs. The old style URLs (/patch/NNN/*, /cover/NNN/*) redirect appropriately. I haven't attempted to do anything meaningful with series, and I

[PATCH v6] Move to msgid based URLs

2019-09-12 Thread Daniel Axtens
Migrate our URL schema as follows: Patches: /project//patch// Cover Letters: /project//cover// The usual sub-resources (mbox, raw) hang off those URLs. The old style URLs (/patch/NNN/*, /cover/NNN/*) redirect appropriately. I haven't attempted to do anything meaningful with series, and I