Re: [PATCH] add sashiko URLs
Sudeep Holla <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260417-original-smooth-heron-96be80@sudeepholla> |
On Thu, Apr 16, 2026 at 02:21:56PM +0300, Mike Rapoport wrote: > sashiko is gaining traction and it's easy to add its URLs along with > lore ones. > > Signed-off-by: Mike Rapoport <[email protected]> > --- > lorifier.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/lorifier.py b/lorifier.py > index be7294b..96529bd 100755 > --- a/lorifier.py > +++ b/lorifier.py > @@ -25,6 +25,7 @@ import sys > from email.utils import mktime_tz, parsedate_tz, formatdate > > LORE_MASK = "https://lore.kernel.org/all/%s" > +SASHIKO_MASK = "https://sashiko.dev/#/message/%s" Just curious on the choice of "https://sashiko.dev/#/message/%s" over "https://sashiko.dev/#/patchset/%s" As the latter points to former while the reverse is not true unless I am missing something. -- Regards, Sudeep