All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization master..thud][PATCH] go-systemd: Fix branch name (main instead master)
@ 2021-05-11 20:33 Daniel Dragomir
  2021-05-11 20:38 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Dragomir @ 2021-05-11 20:33 UTC (permalink / raw)
  To: meta-virtualization

Upstream has renamed the master branch to main.

ERROR: go-systemd-4+gitAUTOINC+b4a58d9518-r0 do_fetch:
Fetcher failure: Unable to find revision b4a58d95188dd092ae20072bac14cece0e67c388
   in branch master even from upstream

Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com>
---
 recipes-devtools/go/go-systemd_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/go/go-systemd_git.bb b/recipes-devtools/go/go-systemd_git.bb
index 0f89c0f..c21a0f9 100644
--- a/recipes-devtools/go/go-systemd_git.bb
+++ b/recipes-devtools/go/go-systemd_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
 SRCNAME = "systemd"
 
 PKG_NAME = "github.com/coreos/go-${SRCNAME}"
-SRC_URI = "git://${PKG_NAME}.git"
+SRC_URI = "git://${PKG_NAME}.git;branch=main"
 
 SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388"
 PV = "4+git${SRCPV}"
-- 
2.17.1


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

* Re: [meta-virtualization] [meta-virtualization master..thud][PATCH] go-systemd: Fix branch name (main instead master)
  2021-05-11 20:33 [meta-virtualization master..thud][PATCH] go-systemd: Fix branch name (main instead master) Daniel Dragomir
@ 2021-05-11 20:38 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-05-11 20:38 UTC (permalink / raw)
  To: Daniel Dragomir; +Cc: meta-virtualization

I had this one queued as well, but need to do a bit more testing.

I'd actually prefer that the fetch fix this, since the renaming of
branches by the upstreams is such a pain.

To avoid this, I've actually changed it to nobranch, and will run with
that for a bit.

Cheers,

Bruce

On Tue, May 11, 2021 at 4:33 PM Daniel Dragomir
<Daniel.Dragomir@windriver.com> wrote:
>
> Upstream has renamed the master branch to main.
>
> ERROR: go-systemd-4+gitAUTOINC+b4a58d9518-r0 do_fetch:
> Fetcher failure: Unable to find revision b4a58d95188dd092ae20072bac14cece0e67c388
>    in branch master even from upstream
>
> Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com>
> ---
>  recipes-devtools/go/go-systemd_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-devtools/go/go-systemd_git.bb b/recipes-devtools/go/go-systemd_git.bb
> index 0f89c0f..c21a0f9 100644
> --- a/recipes-devtools/go/go-systemd_git.bb
> +++ b/recipes-devtools/go/go-systemd_git.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
>  SRCNAME = "systemd"
>
>  PKG_NAME = "github.com/coreos/go-${SRCNAME}"
> -SRC_URI = "git://${PKG_NAME}.git"
> +SRC_URI = "git://${PKG_NAME}.git;branch=main"
>
>  SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388"
>  PV = "4+git${SRCPV}"
> --
> 2.17.1
>
>
> 
>


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

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

end of thread, other threads:[~2021-05-11 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 20:33 [meta-virtualization master..thud][PATCH] go-systemd: Fix branch name (main instead master) Daniel Dragomir
2021-05-11 20:38 ` [meta-virtualization] " 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.