All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][honister][PATCH] cri-o: switch from master -> main
@ 2021-12-16 12:03 Kristian Klausen
  2021-12-17  2:44 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Kristian Klausen @ 2021-12-16 12:03 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Bruce Ashfield

From: Bruce Ashfield <bruce.ashfield@gmail.com>

cri-o has joined the projects switching their default branch to
main (and removing the old one).

We update our recipe to avoid fetcher errors.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 recipes-containers/cri-o/cri-o_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 41b8625..b93c3de 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
 
 SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15"
 SRC_URI = "\
-	git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o;protocol=https \
+	git://github.com/kubernetes-sigs/cri-o.git;branch=main;name=cri-o;protocol=https \
 	file://0001-Makefile-force-symlinks.patch \
         file://crio.conf \
 	"
-- 
2.34.1



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

end of thread, other threads:[~2021-12-17  2:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 12:03 [meta-virtualization][honister][PATCH] cri-o: switch from master -> main Kristian Klausen
2021-12-17  2:44 ` 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.