* [PATCH master 1/2] Documentation: user: intro: update feedback section on ML
@ 2025-03-20 8:24 Ahmad Fatoum
2025-03-20 8:24 ` [PATCH master 2/2] Revert "Documentation: remove info about bridging to matrix" Ahmad Fatoum
2025-03-20 11:45 ` [PATCH master 1/2] Documentation: user: intro: update feedback section on ML Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2025-03-20 8:24 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
Now that kernel.org also mirrors barebox, we don't require the midmask,
linkmask configuration we had before.
Adapt the docs accordingly and explain shazam -H a bit.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
Documentation/user/introduction.rst | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/Documentation/user/introduction.rst b/Documentation/user/introduction.rst
index d68b57e50333..7cd289d73e39 100644
--- a/Documentation/user/introduction.rst
+++ b/Documentation/user/introduction.rst
@@ -22,26 +22,31 @@ Feedback
For sending patches, asking for help and giving general feedback you are
always welcome to write an e-mail to the barebox mailing list at
-<mailto:barebox@lists.infradead.org>. Most of the
-discussion of barebox takes place here:
+`barebox@lists.infradead.org <mailto:barebox@lists.infradead.org>`_.
+Most of the discussion of barebox takes place here:
http://lists.infradead.org/mailman/listinfo/barebox/
Mails sent to the barebox mailing list are archived on
-`lore.barebox.org <https://lore.barebox.org/barebox/>`_.
+`lore.barebox.org <https://lore.barebox.org/barebox/>`_ and
+`lore.kernel.org <https://lore.kernel.org/barebox/>`_.
barebox uses a similar patch process as the Linux kernel, so most of the
`Linux guide for submitting patches <https://www.kernel.org/doc/html/latest/process/submitting-patches.html>`_
-also applies to barebox, except forthe need to select your recipient;
+also applies to barebox, except for the need to select your recipient;
all barebox patches go to the same list.
-Patch series sent there can be applied with `b4 <https://pypi.org/project/b4/>`_ ::
+Patch series can be sent and fetched from the list using `b4 <https://pypi.org/project/b4/>`_ ::
- git config b4.midmask https://lore.barebox.org/%s
- git config b4.linkmask https://lore.barebox.org/%s
b4 shazam -M https://lore.barebox.org/$messageid # replace with link
-CI tests are executed by Github Actions an be used by forking
+Fixes should apply on master and new features on the next branch.
+If a series fails to apply, ``b4`` can determine/guess the base
+and have ``FETCH_HEAD`` point at it::
+
+ b4 shazam -H https://lore.kernel.org/$messageid # URL can be omitted
+
+CI tests are executed by Github Actions can be used by forking
`the project on Github <https://github.com/barebox/barebox>`.
There's also an IRC channel: #barebox on Libera Chat
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH master 2/2] Revert "Documentation: remove info about bridging to matrix"
2025-03-20 8:24 [PATCH master 1/2] Documentation: user: intro: update feedback section on ML Ahmad Fatoum
@ 2025-03-20 8:24 ` Ahmad Fatoum
2025-03-20 11:45 ` [PATCH master 1/2] Documentation: user: intro: update feedback section on ML Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2025-03-20 8:24 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
We have a new Matrix-to-IRC bridge since March 9th and it should help
users without an IRC bouncer. Let's mention this again in the docs.
This reverts commit 7d2ee65d176776c8a5bad22804c5b30201dc6313.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
Documentation/user/introduction.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/user/introduction.rst b/Documentation/user/introduction.rst
index 7cd289d73e39..cba1d09986b8 100644
--- a/Documentation/user/introduction.rst
+++ b/Documentation/user/introduction.rst
@@ -49,4 +49,6 @@ and have ``FETCH_HEAD`` point at it::
CI tests are executed by Github Actions can be used by forking
`the project on Github <https://github.com/barebox/barebox>`.
-There's also an IRC channel: #barebox on Libera Chat
+There's also an IRC channel, which is
+`bridged to Matrix <https://app.element.io/#/room/#barebox:matrix.org>`_:
+#barebox on Libera Chat.
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH master 1/2] Documentation: user: intro: update feedback section on ML
2025-03-20 8:24 [PATCH master 1/2] Documentation: user: intro: update feedback section on ML Ahmad Fatoum
2025-03-20 8:24 ` [PATCH master 2/2] Revert "Documentation: remove info about bridging to matrix" Ahmad Fatoum
@ 2025-03-20 11:45 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-03-20 11:45 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Thu, 20 Mar 2025 09:24:25 +0100, Ahmad Fatoum wrote:
> Now that kernel.org also mirrors barebox, we don't require the midmask,
> linkmask configuration we had before.
>
> Adapt the docs accordingly and explain shazam -H a bit.
>
>
Applied, thanks!
[1/2] Documentation: user: intro: update feedback section on ML
https://git.pengutronix.de/cgit/barebox/commit/?id=ee743b4a9786 (link may not be stable)
[2/2] Revert "Documentation: remove info about bridging to matrix"
https://git.pengutronix.de/cgit/barebox/commit/?id=9cac80ac7b32 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-20 12:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-20 8:24 [PATCH master 1/2] Documentation: user: intro: update feedback section on ML Ahmad Fatoum
2025-03-20 8:24 ` [PATCH master 2/2] Revert "Documentation: remove info about bridging to matrix" Ahmad Fatoum
2025-03-20 11:45 ` [PATCH master 1/2] Documentation: user: intro: update feedback section on ML Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox