All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] crun: branch "master" renamed to "main"
@ 2021-06-21 11:44 h.assmann
  2021-06-21 11:44 ` [meta-virtualization][PATCH 2/2] conmon: " Holger Assmann
  2021-06-21 13:01 ` [meta-virtualization][PATCH 1/2] crun: " Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: h.assmann @ 2021-06-21 11:44 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Holger Assmann

crun "master" branch has been renamed to "main", so change SRC_URI
accordingly.

Signed-off-by: Holger Assmann <h.assmann@pengutronix.de>
---
 recipes-containers/crun/crun_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index ced1e1c..ed2c5b0 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -9,7 +9,7 @@ SRCREV_ispec = "79b036d80240ae530a8de15e1d21c7ab9292c693"
 SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476"
 
 SRCREV_FORMAT = "crun_rspec"
-SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \
+SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \
            git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \
            git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \
            git://github.com/opencontainers/image-spec.git;branch=master;name=ispec;destsuffix=git/libocispec/image-spec \
-- 
2.29.2


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

* [meta-virtualization][PATCH 2/2] conmon: branch "master" renamed to "main"
  2021-06-21 11:44 [meta-virtualization][PATCH 1/2] crun: branch "master" renamed to "main" h.assmann
@ 2021-06-21 11:44 ` Holger Assmann
  2021-06-21 13:01 ` [meta-virtualization][PATCH 1/2] crun: " Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Holger Assmann @ 2021-06-21 11:44 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Holger Assmann

Without further parametrization, do_fetch tries do access the source via
the "master" branch of the respective repository. Since this branch has
been renamed to "main", further specification has become necessary.

Signed-off-by: Holger Assmann <h.assmann@pengutronix.de>
---
 recipes-containers/conmon/conmon_2.0.18.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/conmon/conmon_2.0.18.bb b/recipes-containers/conmon/conmon_2.0.18.bb
index d0a5739..b5c229d 100644
--- a/recipes-containers/conmon/conmon_2.0.18.bb
+++ b/recipes-containers/conmon/conmon_2.0.18.bb
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 go-md2man-native"
 
 SRCREV = "0e155c83aa739ef0a0540ec9f9d265f57f68038b"
 SRC_URI = "\
-    git://github.com/containers/conmon.git \
+    git://github.com/containers/conmon.git;branch=main \
 "
 
 PV = "2.0.26+git${SRCPV}"
-- 
2.29.2


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

* Re: [meta-virtualization][PATCH 1/2] crun: branch "master" renamed to "main"
  2021-06-21 11:44 [meta-virtualization][PATCH 1/2] crun: branch "master" renamed to "main" h.assmann
  2021-06-21 11:44 ` [meta-virtualization][PATCH 2/2] conmon: " Holger Assmann
@ 2021-06-21 13:01 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2021-06-21 13:01 UTC (permalink / raw)
  To: Holger Assmann; +Cc: meta-virtualization

Thanks for the fix!

I had made the same changes over the weekend, and coupled them with
bumps to the recipes. They are now pushed to the repo (and the branch
changes cherry picked to older releases).

Bruce

On Mon, Jun 21, 2021 at 7:44 AM Holger Assmann <h.assmann@pengutronix.de> wrote:
>
> crun "master" branch has been renamed to "main", so change SRC_URI
> accordingly.
>
> Signed-off-by: Holger Assmann <h.assmann@pengutronix.de>
> ---
>  recipes-containers/crun/crun_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
> index ced1e1c..ed2c5b0 100644
> --- a/recipes-containers/crun/crun_git.bb
> +++ b/recipes-containers/crun/crun_git.bb
> @@ -9,7 +9,7 @@ SRCREV_ispec = "79b036d80240ae530a8de15e1d21c7ab9292c693"
>  SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476"
>
>  SRCREV_FORMAT = "crun_rspec"
> -SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \
> +SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \
>             git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \
>             git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \
>             git://github.com/opencontainers/image-spec.git;branch=master;name=ispec;destsuffix=git/libocispec/image-spec \
> --
> 2.29.2
>
>
> 
>


-- 
- 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] 3+ messages in thread

end of thread, other threads:[~2021-06-21 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 11:44 [meta-virtualization][PATCH 1/2] crun: branch "master" renamed to "main" h.assmann
2021-06-21 11:44 ` [meta-virtualization][PATCH 2/2] conmon: " Holger Assmann
2021-06-21 13:01 ` [meta-virtualization][PATCH 1/2] crun: " 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.