summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-08 09:28:18 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-01-08 10:36:46 +0100
commit5e3d0b4ebd31e2b033f71058d2b4f22d5a1fbad6 (patch)
tree2922b42e52b890e74b8b248be6d27ce7bde63906
parentc7bb5bb26ac21311a73130ff17bfc27bcad5a046 (diff)
downloadDistroKit-5e3d0b4ebd31e2b033f71058d2b4f22d5a1fbad6.tar.gz
DistroKit-5e3d0b4ebd31e2b033f71058d2b4f22d5a1fbad6.tar.xz
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 <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/20220108082818.441480-1-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--doc/intro.rst7
1 files changed, 7 insertions, 0 deletions
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 <https://git-scm.com/docs/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 <https://pypi.org/project/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 <https://developercertificate.org/>`_::
By making a contribution to this project, I certify that: