From 5e3d0b4ebd31e2b033f71058d2b4f22d5a1fbad6 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sat, 8 Jan 2022 09:28:18 +0100 Subject: doc: document patch download with b4 from lore.distrokit.org b4 needs configuration when a project isn't hosted or mirrored by lore.kernel.org. We want DistroKit to be mirrored there, but until then, document how to fetch patches with the current setup. Signed-off-by: Ahmad Fatoum Link: https://lore.pengutronix.de/20220108082818.441480-1-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel --- doc/intro.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/intro.rst b/doc/intro.rst index 86db137..6a1c8c5 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -81,6 +81,13 @@ using `git format-patch `_ on the DistroKit git repository (also see its man page for info on using mailers other than *git send-email*). +Mails sent to the DistoKit mailing list are archived on ``lore.distrokit.org``. +Patch series can be fetched with `b4 `_ :: + + git config b4.midmask https://lore.distrokit.org/%s + git config b4.linkmask https://lore.distrokit.org/%s + b4 am https://lore.distrokit.org/$messageid # replace with link + DistroKit uses the `Developer’s Certificate of Origin `_:: By making a contribution to this project, I certify that: -- cgit v1.2.1