All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch
@ 2024-11-11 16:36 Martin Jansa
  2024-11-12 23:21 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2024-11-11 16:36 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Martin Jansa

* master was renamed to main long time ago

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
---
 recipes-devtools/go/go-cli_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/go/go-cli_git.bb b/recipes-devtools/go/go-cli_git.bb
index 8a4992bd..37f65c33 100644
--- a/recipes-devtools/go/go-cli_git.bb
+++ b/recipes-devtools/go/go-cli_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9b539ed65d73926f30ff1f1587dc44"
 SRCNAME = "cli"
 
 PKG_NAME = "github.com/codegangsta/${SRCNAME}"
-SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
+SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
 
 SRCREV = "27ecc97192df1bf053a22b04463f2b51b8b8373e"
 PV = "1.1.0+git"
-- 
2.47.0



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

* Re: [meta-virtualization] [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch
  2024-11-11 16:36 [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch Martin Jansa
@ 2024-11-12 23:21 ` Bruce Ashfield
  2024-11-13  7:44   ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2024-11-12 23:21 UTC (permalink / raw)
  To: martin.jansa; +Cc: meta-virtualization

I had to tweak it a bit for kirkstone, but it is now applied
everywhere!

Bruce

In message: [meta-virtualization] [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch
on 11/11/2024 Martin Jansa via lists.yoctoproject.org wrote:

> * master was renamed to main long time ago
> 
> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
> ---
>  recipes-devtools/go/go-cli_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-devtools/go/go-cli_git.bb b/recipes-devtools/go/go-cli_git.bb
> index 8a4992bd..37f65c33 100644
> --- a/recipes-devtools/go/go-cli_git.bb
> +++ b/recipes-devtools/go/go-cli_git.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9b539ed65d73926f30ff1f1587dc44"
>  SRCNAME = "cli"
>  
>  PKG_NAME = "github.com/codegangsta/${SRCNAME}"
> -SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
> +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
>  
>  SRCREV = "27ecc97192df1bf053a22b04463f2b51b8b8373e"
>  PV = "1.1.0+git"
> -- 
> 2.47.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8962): https://lists.yoctoproject.org/g/meta-virtualization/message/8962
> Mute This Topic: https://lists.yoctoproject.org/mt/109518136/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

* Re: [meta-virtualization] [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch
  2024-11-12 23:21 ` [meta-virtualization] " Bruce Ashfield
@ 2024-11-13  7:44   ` Martin Jansa
  2024-11-13 14:06     ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2024-11-13  7:44 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

On Wed, Nov 13, 2024 at 12:21 AM Bruce Ashfield
<bruce.ashfield@gmail.com> wrote:
>
> I had to tweak it a bit for kirkstone, but it is now applied
> everywhere!

Thanks!

For me git cherry-pick tweaked it automatically for me for kirkstone,
when cherry-picking from master, that's why I've sent just one
version. But I guess git am was more picky, sorry about that and
thanks for resolving it.

Cheers,

>
> Bruce
>
> In message: [meta-virtualization] [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch
> on 11/11/2024 Martin Jansa via lists.yoctoproject.org wrote:
>
> > * master was renamed to main long time ago
> >
> > Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
> > ---
> >  recipes-devtools/go/go-cli_git.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/recipes-devtools/go/go-cli_git.bb b/recipes-devtools/go/go-cli_git.bb
> > index 8a4992bd..37f65c33 100644
> > --- a/recipes-devtools/go/go-cli_git.bb
> > +++ b/recipes-devtools/go/go-cli_git.bb
> > @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9b539ed65d73926f30ff1f1587dc44"
> >  SRCNAME = "cli"
> >
> >  PKG_NAME = "github.com/codegangsta/${SRCNAME}"
> > -SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
> > +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
> >
> >  SRCREV = "27ecc97192df1bf053a22b04463f2b51b8b8373e"
> >  PV = "1.1.0+git"
> > --
> > 2.47.0
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#8962): https://lists.yoctoproject.org/g/meta-virtualization/message/8962
> > Mute This Topic: https://lists.yoctoproject.org/mt/109518136/1050810
> > Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>


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

* Re: [meta-virtualization] [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch
  2024-11-13  7:44   ` Martin Jansa
@ 2024-11-13 14:06     ` Bruce Ashfield
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2024-11-13 14:06 UTC (permalink / raw)
  To: Martin Jansa; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 2470 bytes --]

On Wed, Nov 13, 2024 at 2:44 AM Martin Jansa <martin.jansa@gmail.com> wrote:

> On Wed, Nov 13, 2024 at 12:21 AM Bruce Ashfield
> <bruce.ashfield@gmail.com> wrote:
> >
> > I had to tweak it a bit for kirkstone, but it is now applied
> > everywhere!
>
> Thanks!
>
> For me git cherry-pick tweaked it automatically for me for kirkstone,
> when cherry-picking from master, that's why I've sent just one
> version. But I guess git am was more picky, sorry about that and
> thanks for resolving it.
>

Aha! Yes, that would be it. No concerns on my end, I was more
double checking I hadn't mangled it :)

Bruce


> Cheers,
>
> >
> > Bruce
> >
> > In message: [meta-virtualization]
> [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch
> > on 11/11/2024 Martin Jansa via lists.yoctoproject.org wrote:
> >
> > > * master was renamed to main long time ago
> > >
> > > Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
> > > ---
> > >  recipes-devtools/go/go-cli_git.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/recipes-devtools/go/go-cli_git.bb b/recipes-devtools/go/
> go-cli_git.bb
> > > index 8a4992bd..37f65c33 100644
> > > --- a/recipes-devtools/go/go-cli_git.bb
> > > +++ b/recipes-devtools/go/go-cli_git.bb
> > > @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM =
> "file://LICENSE;md5=ed9b539ed65d73926f30ff1f1587dc44"
> > >  SRCNAME = "cli"
> > >
> > >  PKG_NAME = "github.com/codegangsta/${SRCNAME}
> <http://github.com/codegangsta/$%7BSRCNAME%7D>"
> > > -SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
> > > +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
> > >
> > >  SRCREV = "27ecc97192df1bf053a22b04463f2b51b8b8373e"
> > >  PV = "1.1.0+git"
> > > --
> > > 2.47.0
> > >
> >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#8962):
> https://lists.yoctoproject.org/g/meta-virtualization/message/8962
> > > Mute This Topic: https://lists.yoctoproject.org/mt/109518136/1050810
> > > Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> > > Unsubscribe:
> https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
> >
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

[-- Attachment #2: Type: text/html, Size: 4827 bytes --]

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

end of thread, other threads:[~2024-11-13 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 16:36 [master][scarthgap][styhead][kirkstone][PATCH] go-cli: use main branch Martin Jansa
2024-11-12 23:21 ` [meta-virtualization] " Bruce Ashfield
2024-11-13  7:44   ` Martin Jansa
2024-11-13 14:06     ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.