All of lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone][PATCH 1/2] go-context: Switch to main branch
@ 2023-09-12  7:20 Martin Jansa
  2023-09-12  7:20 ` [kirkstone][PATCH 2/2] go-mux: " Martin Jansa
  2023-09-12 19:46 ` [meta-virtualization] [kirkstone][PATCH 1/2] go-context: " Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2023-09-12  7:20 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Mingli Yu

From: Mingli Yu <mingli.yu@windriver.com>

The project has renamed the master branch to main.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 recipes-devtools/go/go-context_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb
index 37f39b38..0959054b 100644
--- a/recipes-devtools/go/go-context_git.bb
+++ b/recipes-devtools/go/go-context_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f"
 SRCNAME = "context"
 
 PKG_NAME = "github.com/gorilla/${SRCNAME}"
-SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
+SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
 
 SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a"
 
-- 
2.42.0



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

* [kirkstone][PATCH 2/2] go-mux: Switch to main branch
  2023-09-12  7:20 [kirkstone][PATCH 1/2] go-context: Switch to main branch Martin Jansa
@ 2023-09-12  7:20 ` Martin Jansa
  2023-09-12 19:46 ` [meta-virtualization] [kirkstone][PATCH 1/2] go-context: " Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2023-09-12  7:20 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Mingli Yu, Bruce Ashfield

From: Mingli Yu <mingli.yu@windriver.com>

The project has renamed the master branch to main.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 recipes-devtools/go/go-mux_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/go/go-mux_git.bb b/recipes-devtools/go/go-mux_git.bb
index 3f939f45..fb4502b6 100644
--- a/recipes-devtools/go/go-mux_git.bb
+++ b/recipes-devtools/go/go-mux_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f"
 SRCNAME = "mux"
 
 PKG_NAME = "github.com/gorilla/${SRCNAME}"
-SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
+SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
 
 SRCREV = "136d54f81f00414c45c3c68dd47e98cc97519c5e"
 
-- 
2.42.0



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

* Re: [meta-virtualization] [kirkstone][PATCH 1/2] go-context: Switch to main branch
  2023-09-12  7:20 [kirkstone][PATCH 1/2] go-context: Switch to main branch Martin Jansa
  2023-09-12  7:20 ` [kirkstone][PATCH 2/2] go-mux: " Martin Jansa
@ 2023-09-12 19:46 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2023-09-12 19:46 UTC (permalink / raw)
  To: Martin Jansa; +Cc: meta-virtualization, Mingli Yu

merged to kirkstone.

Bruce

In message: [meta-virtualization] [kirkstone][PATCH 1/2] go-context: Switch to main branch
on 12/09/2023 Martin Jansa wrote:

> From: Mingli Yu <mingli.yu@windriver.com>
> 
> The project has renamed the master branch to main.
> 
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  recipes-devtools/go/go-context_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb
> index 37f39b38..0959054b 100644
> --- a/recipes-devtools/go/go-context_git.bb
> +++ b/recipes-devtools/go/go-context_git.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f"
>  SRCNAME = "context"
>  
>  PKG_NAME = "github.com/gorilla/${SRCNAME}"
> -SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
> +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
>  
>  SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a"
>  
> -- 
> 2.42.0
> 

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


In message: [kirkstone][PATCH 2/2] go-mux: Switch to main branch
on 12/09/2023 Martin Jansa wrote:

> From: Mingli Yu <mingli.yu@windriver.com>
> 
> The project has renamed the master branch to main.
> 
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
>  recipes-devtools/go/go-mux_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-devtools/go/go-mux_git.bb b/recipes-devtools/go/go-mux_git.bb
> index 3f939f45..fb4502b6 100644
> --- a/recipes-devtools/go/go-mux_git.bb
> +++ b/recipes-devtools/go/go-mux_git.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f"
>  SRCNAME = "mux"
>  
>  PKG_NAME = "github.com/gorilla/${SRCNAME}"
> -SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
> +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
>  
>  SRCREV = "136d54f81f00414c45c3c68dd47e98cc97519c5e"
>  
> -- 
> 2.42.0
> 



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

end of thread, other threads:[~2023-09-12 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12  7:20 [kirkstone][PATCH 1/2] go-context: Switch to main branch Martin Jansa
2023-09-12  7:20 ` [kirkstone][PATCH 2/2] go-mux: " Martin Jansa
2023-09-12 19:46 ` [meta-virtualization] [kirkstone][PATCH 1/2] go-context: " 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.