All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] yard: rename 'master' to 'main' in SRC_URI
@ 2020-12-26 20:00 Robert P. J. Day
  2020-12-26 20:29 ` [PATCH] json: fix Bignumn/Fixnum issue when using Ruby 2.5 Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2020-12-26 20:00 UTC (permalink / raw)
  To: meta-virtualization


master branch was renamed to main.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/meta-openstack/recipes-devtools/ruby/yard_git.bb b/meta-openstack/recipes-devtools/ruby/yard_git.bb
index d5232016..e7a25b1f 100644
--- a/meta-openstack/recipes-devtools/ruby/yard_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/yard_git.bb
@@ -20,7 +20,7 @@ SRCREV = "d83194e1a09098ec5be28b616cde3b9a15380873"
 S = "${WORKDIR}/git"

 SRC_URI = " \
-    git://github.com/lsegal/yard.git \
+    git://github.com/lsegal/yard.git;branch=main \
     "

 inherit ruby

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

end of thread, other threads:[~2021-01-11  4:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-26 20:00 [PATCH] yard: rename 'master' to 'main' in SRC_URI Robert P. J. Day
2020-12-26 20:29 ` [PATCH] json: fix Bignumn/Fixnum issue when using Ruby 2.5 Robert P. J. Day
2020-12-27 12:15   ` [PATCH] ipaddress.git.bb: update SRC_URI to avoid redirection Robert P. J. Day
2021-01-11  4:14     ` [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.