tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: b4 thank-you letter shows incorrect repo URL
       [not found]     ` <CAGb2v66UnWo4zL6giQYC+Kmo5SSkNAH1_nODM=r6jyQPoi-JNA@mail.gmail.com>
@ 2025-05-01 14:26       ` Konstantin Ryabitsev
  2025-05-01 15:45         ` Chen-Yu Tsai
  2025-05-02 20:00         ` Bugspray Bot
  0 siblings, 2 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2025-05-01 14:26 UTC (permalink / raw)
  To: Chen-Yu Tsai
  Cc: Andre Przywara, open list:ARM/Allwinner sunXi SoC support, users,
	tools

On Thu, May 01, 2025 at 10:06:22PM +0800, Chen-Yu Tsai wrote:
> (dropped most people and lists from CC; added Konstantin and kernel.org users)

Note, it should go to tools@kernel.org, not users@kernel.org.

> > > Applied to clk-fixes-for-6.15 in git@github.com:linux-sunxi/linux-sunxi.git, thanks!
> >
> > thanks for that, but the URL here is not correct, is it? Should be the
> > kernel.org repo instead? Saw this already in other "applied" emails.
> 
> That's weird. It is correctly pushed to the kernel.org repo [1].
> Maybe it's because the git-config remote entry for korg repo's  is called
> "sunxi-korg", and the linux-sunxi one on GitHub is called "sunxi", and
> somehow b4 is getting confused?
> 
> Konstantin, have you heard of such reports? FYI my b4 is version 0.14.2.

This is coming from your custom template, not from b4 itself. By default, b4
just says "Applied to ${branch}".

Regards,
-K

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 thank-you letter shows incorrect repo URL
  2025-05-01 14:26       ` b4 thank-you letter shows incorrect repo URL Konstantin Ryabitsev
@ 2025-05-01 15:45         ` Chen-Yu Tsai
  2025-05-01 15:49           ` Chen-Yu Tsai
  2025-05-02 20:00         ` Bugspray Bot
  1 sibling, 1 reply; 5+ messages in thread
From: Chen-Yu Tsai @ 2025-05-01 15:45 UTC (permalink / raw)
  To: Konstantin Ryabitsev
  Cc: Andre Przywara, open list:ARM/Allwinner sunXi SoC support, tools

On Thu, May 1, 2025 at 10:26 PM Konstantin Ryabitsev
<konstantin@linuxfoundation.org> wrote:
>
> On Thu, May 01, 2025 at 10:06:22PM +0800, Chen-Yu Tsai wrote:
> > (dropped most people and lists from CC; added Konstantin and kernel.org users)
>
> Note, it should go to tools@kernel.org, not users@kernel.org.

Ack. Dropping users@kernel.org.

> > > > Applied to clk-fixes-for-6.15 in git@github.com:linux-sunxi/linux-sunxi.git, thanks!
> > >
> > > thanks for that, but the URL here is not correct, is it? Should be the
> > > kernel.org repo instead? Saw this already in other "applied" emails.
> >
> > That's weird. It is correctly pushed to the kernel.org repo [1].
> > Maybe it's because the git-config remote entry for korg repo's  is called
> > "sunxi-korg", and the linux-sunxi one on GitHub is called "sunxi", and
> > somehow b4 is getting confused?
> >
> > Konstantin, have you heard of such reports? FYI my b4 is version 0.14.2.
>
> This is coming from your custom template, not from b4 itself. By default, b4
> just says "Applied to ${branch}".

My template is: "Applied to ${branch} in ${treename}, thanks!"

My .git/config is as follows:

[remote "sunxi"]
        url = git@github.com:linux-sunxi/linux-sunxi.git
        tagopt = --no-tags
        fetch = +refs/heads/*:refs/remotes/sunxi-github/*
[remote "sunxi-korg"]
        url = https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
        pushURL = git@gitolite.kernel.org:pub/scm/linux/kernel/git/sunxi/linux
        fetch = +refs/heads/*:refs/remotes/sunxi-korg/*
        tagopt = --no-tags
        b4-commit-url-mask = https://git.kernel.org/sunxi/linux/c/%.12s

Also, the branch I applied it to is named "sunxi/clk-fixes-for-6.15",
both locally and in the kernel.org repo, not "clk-fixes-for-6.15" as
shown in the original thank-you email.

I think there is a parsing error somewhere. Maybe b4 isn't dealing with
nested branch names correctly and somehow thinks the "sunxi/" part is
actually the remote name.

If I rename the "sunxi" remote to "sunxi-github", `b4 ty` now generates:

    Applied to sunxi/clk-fixes-for-6.15 in local tree, thanks!

Again this seems to point to accidentally treating part of the branch name
as the remote name.


ChenYu

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 thank-you letter shows incorrect repo URL
  2025-05-01 15:45         ` Chen-Yu Tsai
@ 2025-05-01 15:49           ` Chen-Yu Tsai
  2025-05-02 19:55             ` Konstantin Ryabitsev
  0 siblings, 1 reply; 5+ messages in thread
From: Chen-Yu Tsai @ 2025-05-01 15:49 UTC (permalink / raw)
  To: Konstantin Ryabitsev
  Cc: Andre Przywara, open list:ARM/Allwinner sunXi SoC support, tools

On Thu, May 1, 2025 at 11:45 PM Chen-Yu Tsai <wens@csie.org> wrote:
>
> On Thu, May 1, 2025 at 10:26 PM Konstantin Ryabitsev
> <konstantin@linuxfoundation.org> wrote:
> >
> > On Thu, May 01, 2025 at 10:06:22PM +0800, Chen-Yu Tsai wrote:
> > > (dropped most people and lists from CC; added Konstantin and kernel.org users)
> >
> > Note, it should go to tools@kernel.org, not users@kernel.org.
>
> Ack. Dropping users@kernel.org.
>
> > > > > Applied to clk-fixes-for-6.15 in git@github.com:linux-sunxi/linux-sunxi.git, thanks!
> > > >
> > > > thanks for that, but the URL here is not correct, is it? Should be the
> > > > kernel.org repo instead? Saw this already in other "applied" emails.
> > >
> > > That's weird. It is correctly pushed to the kernel.org repo [1].
> > > Maybe it's because the git-config remote entry for korg repo's  is called
> > > "sunxi-korg", and the linux-sunxi one on GitHub is called "sunxi", and
> > > somehow b4 is getting confused?
> > >
> > > Konstantin, have you heard of such reports? FYI my b4 is version 0.14.2.
> >
> > This is coming from your custom template, not from b4 itself. By default, b4
> > just says "Applied to ${branch}".
>
> My template is: "Applied to ${branch} in ${treename}, thanks!"
>
> My .git/config is as follows:
>
> [remote "sunxi"]
>         url = git@github.com:linux-sunxi/linux-sunxi.git
>         tagopt = --no-tags
>         fetch = +refs/heads/*:refs/remotes/sunxi-github/*
> [remote "sunxi-korg"]
>         url = https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
>         pushURL = git@gitolite.kernel.org:pub/scm/linux/kernel/git/sunxi/linux
>         fetch = +refs/heads/*:refs/remotes/sunxi-korg/*
>         tagopt = --no-tags
>         b4-commit-url-mask = https://git.kernel.org/sunxi/linux/c/%.12s
>
> Also, the branch I applied it to is named "sunxi/clk-fixes-for-6.15",
> both locally and in the kernel.org repo, not "clk-fixes-for-6.15" as
> shown in the original thank-you email.
>
> I think there is a parsing error somewhere. Maybe b4 isn't dealing with
> nested branch names correctly and somehow thinks the "sunxi/" part is
> actually the remote name.
>
> If I rename the "sunxi" remote to "sunxi-github", `b4 ty` now generates:
>
>     Applied to sunxi/clk-fixes-for-6.15 in local tree, thanks!
>
> Again this seems to point to accidentally treating part of the branch name
> as the remote name.

Also, I found a thank-you letter that is correct that is from Jan. 2025:

    https://lore.kernel.org/linux-sunxi/173617837421.3282465.589306007023383641.b4-ty@csie.org/

The next one that I found was incorrect. This one is from Feb. 2025:

    https://lore.kernel.org/linux-sunxi/173909140135.1184685.5784910677727356231.b4-ty@csie.org/

Though it could be I upgraded something on my workstation some time
in between.


ChenYu

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 thank-you letter shows incorrect repo URL
  2025-05-01 15:49           ` Chen-Yu Tsai
@ 2025-05-02 19:55             ` Konstantin Ryabitsev
  0 siblings, 0 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2025-05-02 19:55 UTC (permalink / raw)
  To: Chen-Yu Tsai
  Cc: Andre Przywara, open list:ARM/Allwinner sunXi SoC support, tools

On Thu, May 01, 2025 at 11:49:38PM +0800, Chen-Yu Tsai wrote:
> > > This is coming from your custom template, not from b4 itself. By default, b4
> > > just says "Applied to ${branch}".
> >
> > My template is: "Applied to ${branch} in ${treename}, thanks!"
> >
> > My .git/config is as follows:
> >
> > [remote "sunxi"]
> >         url = git@github.com:linux-sunxi/linux-sunxi.git
> >         tagopt = --no-tags
> >         fetch = +refs/heads/*:refs/remotes/sunxi-github/*
> > [remote "sunxi-korg"]
> >         url = https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
> >         pushURL = git@gitolite.kernel.org:pub/scm/linux/kernel/git/sunxi/linux
> >         fetch = +refs/heads/*:refs/remotes/sunxi-korg/*
> >         tagopt = --no-tags
> >         b4-commit-url-mask = https://git.kernel.org/sunxi/linux/c/%.12s
> >
> > Also, the branch I applied it to is named "sunxi/clk-fixes-for-6.15",
> > both locally and in the kernel.org repo, not "clk-fixes-for-6.15" as
> > shown in the original thank-you email.
> >
> > I think there is a parsing error somewhere. Maybe b4 isn't dealing with
> > nested branch names correctly and somehow thinks the "sunxi/" part is
> > actually the remote name.
> >
> > If I rename the "sunxi" remote to "sunxi-github", `b4 ty` now generates:
> >
> >     Applied to sunxi/clk-fixes-for-6.15 in local tree, thanks!
> >
> > Again this seems to point to accidentally treating part of the branch name
> > as the remote name.
> 
> Also, I found a thank-you letter that is correct that is from Jan. 2025:
> 
>     https://lore.kernel.org/linux-sunxi/173617837421.3282465.589306007023383641.b4-ty@csie.org/
> 
> The next one that I found was incorrect. This one is from Feb. 2025:
> 
>     https://lore.kernel.org/linux-sunxi/173909140135.1184685.5784910677727356231.b4-ty@csie.org/
> 
> Though it could be I upgraded something on my workstation some time
> in between.

Yes, I think there's a substring/partial match that causes this.

I'll take a look.

bugspray tag me

-K

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 thank-you letter shows incorrect repo URL
  2025-05-01 14:26       ` b4 thank-you letter shows incorrect repo URL Konstantin Ryabitsev
  2025-05-01 15:45         ` Chen-Yu Tsai
@ 2025-05-02 20:00         ` Bugspray Bot
  1 sibling, 0 replies; 5+ messages in thread
From: Bugspray Bot @ 2025-05-02 20:00 UTC (permalink / raw)
  To: users, tools, wens, linux-sunxi, konstantin, andre.przywara

Hello:

This conversation is now tracked by Kernel.org Bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=220079

There is no need to do anything else, just keep talking.
-- 
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-02 19:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20250430095325.477311-1-andre.przywara@arm.com>
     [not found] ` <174610166405.2974716.1586244113913047340.b4-ty@csie.org>
     [not found]   ` <20250501132211.0310ae49@donnerap.manchester.arm.com>
     [not found]     ` <CAGb2v66UnWo4zL6giQYC+Kmo5SSkNAH1_nODM=r6jyQPoi-JNA@mail.gmail.com>
2025-05-01 14:26       ` b4 thank-you letter shows incorrect repo URL Konstantin Ryabitsev
2025-05-01 15:45         ` Chen-Yu Tsai
2025-05-01 15:49           ` Chen-Yu Tsai
2025-05-02 19:55             ` Konstantin Ryabitsev
2025-05-02 20:00         ` Bugspray Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).